Skip to content

Commit

Permalink
Apply 1 suggestion(s) to 1 file(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
mabraham committed May 3, 2024
1 parent 810a562 commit d67694f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gromacs/gmxana/gmx_analyze.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@ static void print_fitted_function(const char* fitfile,
std::filesystem::path buf;
if (fn_fitted)
{
buf = gmx::concatenateBeforeExtension(fn_fitted.value(), gmx::formatString("_%d", s));
buf = gmx::concatenateBeforeExtension(fn_fitted, gmx::formatString("_%d", s));
}
do_fit(out_fit, s, FALSE, n, t, val, npargs, ppa, oenv, buf.c_str());
}
Expand Down

0 comments on commit d67694f

Please sign in to comment.