load geometry not from parallel procs

This commit is contained in:
Joachim Schoeberl 2012-05-21 14:16:49 +00:00
parent 0ea4e573e7
commit 76a9a8037b

View File

@ -161,6 +161,7 @@ void Ng_LoadGeometry (const char * filename)
return; return;
} }
if (id == 0)
cerr << "cannot load geometry '" << filename << "'" << endl; cerr << "cannot load geometry '" << filename << "'" << endl;
} }