Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
arng40 committed Dec 19, 2024
1 parent c45a391 commit d532634
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/coreComponents/mesh/generators/VTKMeshGenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,15 +124,11 @@ void VTKMeshGenerator::fillCellBlockManager( CellBlockManager & cellBlockManager
vtkSmartPointer< vtkMultiProcessController > controller = vtk::getController();
vtkMultiProcessController::SetGlobalController( controller );

GEOS_LOG_RANK_0( GEOS_FMT( "{} '{}': reading mesh from {}", catalogName(), getName(), m_filePath ) );
{
GEOS_LOG_LEVEL_INFO_RANK_0( logInfo::VTKSteps, " reading the dataset..." );
vtk::AllMeshes allMeshes = vtk::loadAllMeshes( m_filePath, m_mainBlockName, m_faceBlockNames );
GEOS_LOG_LEVEL_INFO_RANK_0( logInfo::VTKSteps, " redistributing mesh..." );
GEOS_LOG_LEVEL_INFO_RANK_0( logInfo::VTKSteps, " redistributing mesh..." );
{
vtk::AllMeshes allMeshes;

GEOS_LOG_LEVEL_RANK_0( 2, GEOS_FMT( "{} '{}': reading the dataset...", catalogName(), getName() ) );
GEOS_LOG_LEVEL_INFO_RANK_0( logInfo::VTKSteps, GEOS_FMT( "{} '{}': reading the dataset...", catalogName(), getName() ) );

if( !m_filePath.empty())
{
Expand Down

0 comments on commit d532634

Please sign in to comment.