We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c88476 commit fbe61bcCopy full SHA for fbe61bc
src/core.cpp
@@ -678,7 +678,7 @@ bool core::config_meshes( pt::ptree &value)
678
// only check the params and ics if we aren't using a parition file
679
if(mesh_file_extension != ".partition")
680
{
681
- is_partition = true;
+
682
for(const auto& it : param_file_paths)
683
684
auto extension = boost::filesystem::path(it).extension();
@@ -735,7 +735,7 @@ bool core::config_meshes( pt::ptree &value)
735
#ifndef USE_MPI
736
CHM_THROW_EXCEPTION(config_error, "Using a partitioned mesh requires enabling MPI during CHM configure and build.");
737
#endif
738
-
+ is_partition = true;
739
_mesh->from_partitioned_hdf5(_mesh_path);
740
741
0 commit comments