mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 21:10:33 +05:00
version 4.9.13-dev
This commit is contained in:
parent
4b71358839
commit
06eb9902be
@ -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])
|
||||||
|
@ -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 )
|
||||||
|
@ -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]);
|
||||||
|
Loading…
Reference in New Issue
Block a user