From ab336138aff147878e47096dbf294c67c5fb773a Mon Sep 17 00:00:00 2001 From: Andrey Alekseenko Date: Fri, 11 Aug 2023 17:02:08 +0200 Subject: [PATCH] grompp: Fix error message for non-existent -rb file --- src/gromacs/gmxpreprocess/grompp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gromacs/gmxpreprocess/grompp.cpp b/src/gromacs/gmxpreprocess/grompp.cpp index 1d349ebd0bb..d2f933f88e2 100644 --- a/src/gromacs/gmxpreprocess/grompp.cpp +++ b/src/gromacs/gmxpreprocess/grompp.cpp @@ -2232,7 +2232,7 @@ int gmx_grompp(int argc, char* argv[]) "From GROMACS-2018, you need to specify the position restraint " "coordinate files explicitly to avoid mistakes, although you can " "still use the same file as you specify for the -c option.", - fn); + fnB); } } else