Merge branch 'morphLBM' of github.com:JamesEMcClure/LBPM-WIA into morphLBM

This commit is contained in:
JamesEMcclure 2019-09-13 08:44:57 -04:00
commit 1919e729fa

View File

@ -231,7 +231,9 @@ public:
~IOWorkItem() { }
virtual void run() {
auto vis_db = input_db->getDatabase( "Visualization" );
int timestep = vis_db->getWithDefault<int>( "timestep", 0 );
auto db = input_db->getDatabase( "Colr" );
int timestep = db->getWithDefault<int>( "timestep", 0 );
PROFILE_START("Save Vis",1);