mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
dummy not needed also on Linux
This commit is contained in:
parent
93997f512d
commit
9977e12e68
@ -1226,11 +1226,12 @@ namespace netgen
|
|||||||
} // End of namespace netgen
|
} // End of namespace netgen
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
|
||||||
#ifndef WIN32
|
#ifndef WIN32
|
||||||
void Ng_Redraw () { ; }
|
void Ng_Redraw () { ; }
|
||||||
void Ng_ClearSolutionData() { ; }
|
void Ng_ClearSolutionData() { ; }
|
||||||
#endif
|
#endif
|
||||||
/*
|
|
||||||
void Ng_SetSolutionData (Ng_SolutionData * soldata)
|
void Ng_SetSolutionData (Ng_SolutionData * soldata)
|
||||||
{
|
{
|
||||||
delete soldata->solclass;
|
delete soldata->solclass;
|
||||||
|
Loading…
Reference in New Issue
Block a user