Merge branch 'morphLBM' of github.com:JamesEMcClure/LBPM-WIA into morphLBM
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user