Fix build error when building without OpenMP.

This commit is contained in:
Brecht Van Lommel
2013-09-27 19:44:06 +00:00
parent fa352bb749
commit 7c29744111

View File

@@ -64,9 +64,9 @@ LbmSolverInterface::LbmSolverInterface() :
mCppfStage(0),
mDumpRawText(false),
mDumpRawBinary(false),
mDumpRawBinaryZip(true),
mDumpRawBinaryZip(true)
#if PARALLEL==1
mNumOMPThreads(1)
, mNumOMPThreads(1)
#endif // PARALLEL==1
{
#if ELBEEM_PLUGIN==1