refactor morph open

This commit is contained in:
James E McClure 2019-10-03 12:14:32 -04:00
parent 90460f6264
commit d442f148a2

View File

@ -50,6 +50,7 @@ int main(int argc, char **argv)
auto domain_db = db->getDatabase( "Domain" );
// Read domain parameters
auto READFILE = domain_db->getScalar<std::string>( "Filename" );
auto size = domain_db->getVector<int>( "n" );
auto nproc = domain_db->getVector<int>( "nproc" );
auto ReadValues = domain_db->getVector<int>( "ReadValues" );