Skip to content

Commit

Permalink
Corrected a format error. Refs #7948.
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzhou committed Oct 29, 2013
1 parent d0c0c69 commit 8083147
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@ ChopperConfiguration::ChopperConfiguration(const int freq, const std::string& ba
throw runtime_error(errss.str());
}

fprintf(pFile, "INS %2d ICONS%10.3f%10.3f%10.3f%10.3f%5d%10.3f\n", bankid, instC*1.00009, 0.0, zero,0.0, 0, 0.0);
fprintf(pFile, "INS %2d ICONS%10.3f%10.3f%10.3f %10.3f%5d%10.3f\n", bankid, instC*1.00009, 0.0, zero, 0.0, 0, 0.0);
fprintf(pFile, "INS %2dBNKPAR%10.3f%10.3f%10.3f%10.3f%10.3f%5d%5d\n", bankid, m_L2, twotheta, 0., 0., 0.2, 1, 1);

fprintf(pFile, "INS %2dBAKGD 1 4 Y 0 Y\n", bankid);
Expand Down

0 comments on commit 8083147

Please sign in to comment.