Skip to content
Snippets Groups Projects
Commit 01b4ef48 authored by matta's avatar matta
Browse files

* Fixing wraning in NPS

parent f47a21ac
No related branches found
No related tags found
No related merge requests found
......@@ -69,8 +69,7 @@ void EventGeneratorBeam::SetTarget(Target* Target){
}
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
void EventGeneratorBeam::ReadConfiguration(string Path,int dump){
dump=0;
void EventGeneratorBeam::ReadConfiguration(string Path,int){
m_Beam->ReadConfigurationFile(Path);
}
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
......
......@@ -60,8 +60,7 @@ EventGeneratorIsotropic::~EventGeneratorIsotropic(){
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
void EventGeneratorIsotropic::ReadConfiguration(string Path,int dump){
dump= 0;
void EventGeneratorIsotropic::ReadConfiguration(string Path,int){
////////General Reading needs////////
string LineBuffer;
string DataBuffer;
......
......@@ -90,10 +90,8 @@ void EventGeneratorTwoBodyReaction::Print() const{
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
// Inherit from VEventGenerator
void EventGeneratorTwoBodyReaction::ReadConfiguration(string Path, int dump){
dump = 0 ;
void EventGeneratorTwoBodyReaction::ReadConfiguration(string Path, int){
m_Reaction->ReadConfigurationFile(Path);
m_ShootLight = m_Reaction->GetShoot3();
m_ShootHeavy = m_Reaction->GetShoot4();;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment