Skip to content

Commit

Permalink
grompp: Fix error message for non-existent -rb file
Browse files Browse the repository at this point in the history
  • Loading branch information
al42and authored and mabraham committed Aug 12, 2023
1 parent bd718af commit ab33613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gromacs/gmxpreprocess/grompp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ab33613

Please sign in to comment.