version 4.9.13-dev

This commit is contained in:
Joachim Schoeberl 2010-04-04 06:26:26 +00:00
parent 4b71358839
commit 06eb9902be
3 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# thanks to micket (not yet all proposals included)
AC_INIT([netgen],[4.9.12],[],[])
AC_INIT([netgen],[4.9.13-dev],[],[])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_CONFIG_MACRO_DIR([m4])

View File

@ -1316,7 +1316,6 @@ namespace netgen
&points[0](0), &points[1](0)-&points[0](0),
&dxdxis[0](0), &dxdxis[1](0)-&dxdxis[0](0),
&mvalues[0], sol->components);
if (usetexture == 2)
for (int ii = 0; ii < npt; ii++)
valuesc[ii] = ExtractValueComplex(sol, scalcomp, &mvalues[ii*sol->components]);