Skip to content

Commit

Permalink
Small update
Browse files Browse the repository at this point in the history
  • Loading branch information
whaeck committed May 13, 2024
1 parent 714cf2a commit c640952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NDItk/MultigroupTable/src/verify.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ void verify() {

Log::error( "Found inconsistent number of primary groups across the table" );
Log::info( "Number of primary groups in the metadata: {}", this->metadata().numberGroups().value() );
Log::info( "Number of primary groups in the structure: {}", this->primaryGroupBoundaries().numberGroups() );
Log::info( "Number of primary groups in the group structure: {}", this->primaryGroupBoundaries().numberGroups() );
Log::info( "Number of primary groups in the flux weights: {}", this->fluxWeights().numberGroups() );
Log::info( "Number of primary groups in the reaction cross section data: {}",
this->reactionCrossSections().numberGroups() );
Expand Down

0 comments on commit c640952

Please sign in to comment.