Kamil Sedlak 7.2.2013
Implemented changes of James Lord. Compiling was possible, but no testing was done so far.
This commit is contained in:
@@ -833,8 +833,9 @@ void musrRootOutput::SetPhotDetTime(G4double time) {
|
||||
nOptPhotDet++;
|
||||
}
|
||||
else {
|
||||
nOptPhotDet++; // still want to know how many in total (JSL)
|
||||
char message[200];
|
||||
sprintf(message,"musrRootOutput.cc::SetPhotDetTime: number of individual photons larger than maxNOptPhotDet (=%d)",maxNOptPhotDet);
|
||||
musrErrorMessage::GetInstance()->musrError(WARNING,message,false);
|
||||
musrErrorMessage::GetInstance()->musrError(WARNING,message,true); // had silent=false and printed all messages (JSL)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user