Moved second half of gmxana tools to C++
[alexxy/gromacs.git] / src / gromacs / gmxana / gmx_rama.cpp
similarity index 99%
rename from src/gromacs/gmxana/gmx_rama.c
rename to src/gromacs/gmxana/gmx_rama.cpp
index f48e3b6f8fa2a3ed068089a5db42e95756e8cbff..4bb3d9b69c5b5e295063d2d1fbc9da82efa9f667 100644 (file)
@@ -36,8 +36,8 @@
  */
 #include "gmxpre.h"
 
-#include <math.h>
-#include <string.h>
+#include <cmath>
+#include <cstring>
 
 #include "gromacs/commandline/pargs.h"
 #include "gromacs/fileio/xvgr.h"