Remove unnecessary extensions in t_filenm defaults
[alexxy/gromacs.git] / src / gromacs / gmxana / gmx_spol.c
index c9b160be13e771a9d359984e88477907f89c3276..af6ed8cc0db273b79d5497b6a71ffc12c619b11f 100644 (file)
@@ -36,8 +36,6 @@
  */
 #include "gmxpre.h"
 
-#include "config.h"
-
 #include "gromacs/legacyheaders/macros.h"
 #include "gstat.h"
 #include "gromacs/legacyheaders/viewit.h"
@@ -209,7 +207,7 @@ int gmx_spol(int argc, char *argv[])
         { efTRX, NULL,  NULL,  ffREAD },
         { efTPX, NULL,  NULL,  ffREAD },
         { efNDX, NULL,  NULL,  ffOPTRD },
-        { efXVG, NULL,  "scdist.xvg",  ffWRITE }
+        { efXVG, NULL,  "scdist",  ffWRITE }
     };
 #define NFILE asize(fnm)