Merge branch 'origin/release-2021' into merge-2021-into-master
[alexxy/gromacs.git] / src / gromacs / fileio / filetypes.cpp
index 9cc48d08a4240658858666e2ccdfa99e401fa2ee..ac6c5820be15783e7832fe3ae9898818542d1f18 100644 (file)
@@ -138,7 +138,8 @@ static const t_deffile deffile[efNR] = {
     { eftASC, ".edi", "sam", nullptr, "ED sampling input" },
     { eftASC, ".cub", "pot", nullptr, "Gaussian cube file" },
     { eftASC, ".xpm", "root", nullptr, "X PixMap compatible matrix file" },
-    { eftASC, "", "rundir", nullptr, "Run directory" }
+    { eftASC, "", "rundir", nullptr, "Run directory" },
+    { eftASC, ".csv", "bench", nullptr, "CSV data file" }
 };
 
 const char* ftp2ext(int ftp)