Replace EnumOption with EnumerationArrayOption
[alexxy/gromacs.git] / src / gromacs / gmxana / gmx_anaeig.cpp
index 448640c2d45b7e910ff4ba7b013048971ba9f240..08a5a7419494cff3ce04fc3fb76be897d91d3ebf 100644 (file)
@@ -111,7 +111,7 @@ static void write_xvgr_graphs(const char*             file,
     real  ymin, ymax, xsp, ysp;
 
     out = gmx_ffopen(file, "w");
-    if (output_env_get_xvg_format(oenv) == exvgXMGRACE)
+    if (output_env_get_xvg_format(oenv) == XvgFormat::Xmgrace)
     {
         fprintf(out, "@ autoscale onread none\n");
     }