Fixed typo

Changes to be committed:
	modified:   analysis/runAnalysis.cpp
This commit is contained in:
Thomas Ramstad 2019-09-15 14:00:20 +02:00
parent 1919e729fa
commit 1c7956faeb

View File

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