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 d67694f commit 958f2f8
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 @@ -936,7 +936,7 @@ static void print_fitted_function(const char* fitfile,
{
buf = gmx::concatenateBeforeExtension(fn_fitted, gmx::formatString("_%d", s));
}
do_fit(out_fit, s, FALSE, n, t, val, npargs, ppa, oenv, buf.c_str());
do_fit(out_fit, s, FALSE, n, t, val, npargs, ppa, oenv, buf.u8string().c_str());
}
}
gmx_ffclose(out_fit);
Expand Down

0 comments on commit 958f2f8

Please sign in to comment.