Skip to content

Commit

Permalink
Fix poor output format
Browse files Browse the repository at this point in the history
  • Loading branch information
ttadano committed Mar 16, 2018
1 parent 7469f9b commit fc470c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alm/fitting.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1097,7 +1097,7 @@ void Fitting::calc_matrix_elements_algebraic_constraint(const int M,
long irow;
long ncycle;

std::cout << " Calculation of matrix elements for direct fitting started ... ";
std::cout << " Calculation of matrix elements for direct fitting started ... " << std::endl;

ncycle = ndata_fit * nmulti;
long natmin3 = 3 * static_cast<long>(natmin);
Expand Down

0 comments on commit fc470c0

Please sign in to comment.