Skip to content
Snippets Groups Projects
Commit f130181f authored by Haoyu Shi's avatar Haoyu Shi
Browse files

Update file BeamBackgroundFileParserV0.cpp

parent 6eac7c25
No related branches found
No related tags found
No related merge requests found
......@@ -38,8 +38,8 @@ bool BeamBackgroundFileParserV0::load(IBeamBackgroundFileParser::BeamBackgroundD
ss >> loss_turn; if (ss.fail()) { continue; }
ss >> z; if (ss.fail()) { continue; }
ss >> x; if (ss.fail()) { continue; }
ss >> y; if (ss.fail()) { continue; }
ss >> cosx; if (ss.fail()) { continue; }
ss >> y; if (ss.fail()) { continue; }
ss >> cosy; if (ss.fail()) { continue; }
ss >> dz; if (ss.fail()) { continue; }
ss >> dp; if (ss.fail()) { continue; }
......
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