mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 05:50:32 +05:00
ngs needs dummy clearsolutiondata
This commit is contained in:
parent
c1935691e2
commit
d8d525205e
@ -1228,7 +1228,7 @@ namespace netgen
|
||||
|
||||
|
||||
void Ng_Redraw () { ; }
|
||||
void Ng_ClearSolutionData();// {; }
|
||||
void Ng_ClearSolutionData() { ; }
|
||||
/*
|
||||
void Ng_SetSolutionData (Ng_SolutionData * soldata)
|
||||
{
|
||||
@ -1256,4 +1256,4 @@ BOOST_PYTHON_MODULE(nglib) {
|
||||
ExportGeom2d();
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user