non-parallel fix

This commit is contained in:
Joachim Schoeberl 2011-07-22 09:51:25 +00:00
parent 4bd7ba5550
commit d647d8ccf1

View File

@ -74,9 +74,9 @@ namespace netgen
#ifdef PARALLEL
ParallelMeshTopology & paralleltop = mesh.GetParallelTopology();
#endif
bool isparallel = 0;
#endif
if (timestamp > mesh.GetTimeStamp()) return;