rename curvedelems_new -> curvedelems

This commit is contained in:
Joachim Schoeberl 2009-01-24 13:42:21 +00:00
parent 4414d38106
commit cab7295e94

View File

@ -1,7 +1,6 @@
#include <mystdlib.h>
#include "meshing.hpp"
#ifdef CURVEDELEMS_NEW
#include "../general/autodiff.hpp"
@ -3166,4 +3165,3 @@ inline void ScaledJacobiPolynomial (int n, S x, St t, double alpha, double beta,
};
#endif