Skip to content

Commit

Permalink
placeholder for MF27
Browse files Browse the repository at this point in the history
  • Loading branch information
whaeck committed Aug 7, 2024
1 parent 38f34b1 commit 938543b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/dryad/format/endf/createReactionProducts.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,13 @@ namespace endf {
products.emplace_back( createReactionProduct( projectile, target, product ) );
}
}
else if ( material.hasSection( 27, mt ) ) {

Log::info( "Reading scattering functions and form factors for photons is not implemented yet" );
}
else {

Log::error( "The material does not have reaction products for MT{}", mt );
throw std::exception();
Log::info( "The material does not have reaction products for MT{}", mt );
}

// std::sort( products.begin(), products.end(),
Expand Down

0 comments on commit 938543b

Please sign in to comment.