Merge branch 'morphLBM' of github.com:JamesEMcClure/LBPM-WIA into morphLBM
This commit is contained in:
commit
1919e729fa
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user