Skip to content
Snippets Groups Projects
Commit 433ada99 authored by Andre Sailer's avatar Andre Sailer
Browse files

Fix typo

parent 2ec4aaf7
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ int Geant4InputAction::readParticles(int evt_number, std::vector<Particle*>& par
int evid = evt_number + m_firstEvent;
if ( 0 == m_reader ) {
if ( m_input.empty() ) {
throw runtime_error("InputAction: No inoput file declared!");
throw runtime_error("InputAction: No input file declared!");
}
string err;
TypeName tn = TypeName::split(m_input,"|");
......
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