morphdrain typo

This commit is contained in:
James E McClure 2018-08-03 21:41:00 -04:00
parent d8391a4871
commit c4e818e302

View File

@ -74,7 +74,7 @@ int main(int argc, char **argv)
auto L = domain_db->getVector<double>( "L" );
auto size = domain_db->getVector<int>( "n" );
auto nproc = domain_db->getVector<int>( "nproc" );
double SW = domain_db->getScalar<double>( "Sw" )
double SW = domain_db->getScalar<double>( "Sw" );
nx = size[0];
ny = size[1];