Skip to content

Commit

Permalink
CompStats column renaming & removing last std::cout
Browse files Browse the repository at this point in the history
  • Loading branch information
arng40 committed Jan 10, 2025
1 parent f40c8c2 commit 866aad0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ void CompositionalMultiphaseStatistics::computeRegionStatistics( real64 const ti
compPhaseStatsData.addSeparator();

compPhaseStatsData.addSeparator();
compPhaseStatsData.addRow( "statistics", "phase", CellType::MergeNext, "value" );
compPhaseStatsData.addRow( "statistics", "phase/component", CellType::MergeNext, "value" );
compPhaseStatsData.addSeparator();

compPhaseStatsData.addRow( "Total dynamic pore volume [rm^3]", "all", CellType::MergeNext, stats.totalPoreVolume );
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,8 @@ void SourceFluxStatsAggregator::postInputInitialization()
}
else
{
std::cout << " else : " << std::endl;
for( string const & fluxName : m_fluxNames )
{
std::cout << " fluxName : " << fluxName << std::endl;
GEOS_ERROR_IF( !fsManager.hasGroup< SourceFluxBoundaryCondition >( fluxName ),
GEOS_FMT( "{}: No {} named {} was found in {}.",
getDataContext(), SourceFluxBoundaryCondition::catalogName(),
Expand Down

0 comments on commit 866aad0

Please sign in to comment.