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