Merge branch 'morphLBM' of github.com:JamesEMcClure/LBPM-WIA into morphLBM

This commit is contained in:
JamesEMcclure
2019-05-09 08:43:45 -04:00
17 changed files with 165 additions and 148 deletions

View File

@@ -148,7 +148,7 @@ void Domain::initialize( std::shared_ptr<Database> db )
}
voxel_length = 1.0;
if (d_db->keyExists( "voxel_length" )){
auto voxel_length = d_db->getScalar<double>("voxel_length");
voxel_length = d_db->getScalar<double>("voxel_length");
}
ASSERT( n.size() == 3u );