only write debug in development mode
This commit is contained in:
parent
498993ed73
commit
dc86bc23db
@ -84,12 +84,11 @@ int main( int argc, char **argv )
|
|||||||
|
|
||||||
Adapt.MoveInterface(ColorModel);
|
Adapt.MoveInterface(ColorModel);
|
||||||
}
|
}
|
||||||
|
ColorModel.WriteDebug();
|
||||||
} //Analysis.WriteVis(LeeModel,LeeModel.db, timestep);
|
} //Analysis.WriteVis(LeeModel,LeeModel.db, timestep);
|
||||||
|
|
||||||
else
|
else
|
||||||
ColorModel.Run();
|
ColorModel.Run();
|
||||||
|
|
||||||
ColorModel.WriteDebug();
|
|
||||||
|
|
||||||
PROFILE_STOP( "Main" );
|
PROFILE_STOP( "Main" );
|
||||||
auto file = db->getWithDefault<std::string>( "TimerFile", "lbpm_color_simulator" );
|
auto file = db->getWithDefault<std::string>( "TimerFile", "lbpm_color_simulator" );
|
||||||
|
Loading…
Reference in New Issue
Block a user