Import Geant4 10.4.0.beta source tree
This commit is contained in:
@@ -297,7 +297,7 @@ void G4LENDCrossSection::create_used_target_map()
|
||||
G4int iIsomer = anElement->GetIsotope( i_iso )->Getm();
|
||||
|
||||
//G4LENDUsedTarget* aTarget = new G4LENDUsedTarget ( G4Neutron::Neutron() , default_evaluation , iZ , iA );
|
||||
G4LENDUsedTarget* aTarget = new G4LENDUsedTarget ( proj , default_evaluation , iZ , iA );
|
||||
G4LENDUsedTarget* aTarget = new G4LENDUsedTarget ( proj , default_evaluation , iZ , iA , iIsomer );
|
||||
if ( allow_nat == true ) aTarget->AllowNat();
|
||||
if ( allow_any == true ) aTarget->AllowAny();
|
||||
usedTarget_map.insert( std::pair< G4int , G4LENDUsedTarget* > ( lend_manager->GetNucleusEncoding( iZ , iA , iIsomer ) , aTarget ) );
|
||||
|
||||
Reference in New Issue
Block a user