Print warning when reference file is set but could not be found
[alexxy/gromacs.git] / src / kernel / readir.h
index a4730f9224f9b16f7833d1b3b983fd30ed6a0795..3f99910756986cca0381b202dd243f1c84a47303 100644 (file)
@@ -144,6 +144,6 @@ extern void make_rotation_groups(t_rot *rot,char **rotgnames,
 /* Process the rotation parameters after reading the index groups */
 
 extern void set_reference_positions(t_rot *rot, gmx_mtop_t *mtop, rvec *x, matrix box,
-        const char *fn, warninp_t wi);
+        const char *fn, gmx_bool bSet, warninp_t wi);
 
 #endif /* _readir_h */