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) # 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]) AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])

View File

@ -111,7 +111,7 @@ namespace netgen
const bool hprefleft = false, const bool hprefright = false, const bool hprefleft = false, const bool hprefright = false,
const int copyfrom = -1); const int copyfrom = -1);
void TestComment ( ifstream & infile ) ; void TestComment ( ifstream & infile ) ;
void GetMaterial( const int domnr, char* & material ); void GetMaterial( const int domnr, char* & material );
double GetDomainMaxh ( const int domnr ); double GetDomainMaxh ( const int domnr );
bool GetDomainQuadMeshing ( int domnr ) bool GetDomainQuadMeshing ( int domnr )

View File

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