removed L as required input for serial decomp

This commit is contained in:
James McClure
2019-05-08 23:16:42 +02:00
parent fa0fd7cba8
commit 5b8b546e41

View File

@@ -68,7 +68,7 @@ int main(int argc, char **argv)
// Read domain parameters
auto Filename = domain_db->getScalar<std::string>( "Filename" );
auto L = domain_db->getVector<double>( "L" );
//auto L = domain_db->getVector<double>( "L" );
auto size = domain_db->getVector<int>( "n" );
auto SIZE = domain_db->getVector<int>( "N" );
auto nproc = domain_db->getVector<int>( "nproc" );