Skip to content
Snippets Groups Projects
Commit 633cf6b6 authored by nadolski's avatar nadolski
Browse files

Comments

parent bcd3bb9a
Branches
No related tags found
No related merge requests found
......@@ -221,10 +221,10 @@ int main(int argc, char *argv[]) {
printlatt(UserCommandFlag[i]._PrintTwiss_twiss_file);
}
//print the close orbit
//print the closed orbit
else if(strcmp(CommandStr,"PrintCODFlag") == 0) {
cout << "\n";
cout << "print the close orbit to file: "
cout << "print the closed orbit to file: "
<< UserCommandFlag[i]._PrintCOD_cod_file << "\n";
getcod(dP, lastpos);
prt_cod(UserCommandFlag[i]._PrintCOD_cod_file, globval.bpm, true);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment