From fe42affff424c827a38cd6d1cce080ef4f6a64f2 Mon Sep 17 00:00:00 2001
From: sjplimp <sjplimp@f3b2605a-c512-4ea7-a41b-209d697bcdaa>
Date: Mon, 24 Nov 2014 22:30:32 +0000
Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12792
 f3b2605a-c512-4ea7-a41b-209d697bcdaa

---
 src/USER-MISC/fix_pimd.cpp | 6 +++---
 src/USER-MISC/fix_srp.cpp  | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/USER-MISC/fix_pimd.cpp b/src/USER-MISC/fix_pimd.cpp
index 10fab4ff0e..7d7ea265bb 100644
--- a/src/USER-MISC/fix_pimd.cpp
+++ b/src/USER-MISC/fix_pimd.cpp
@@ -406,7 +406,7 @@ void FixPIMD::nhc_update_v()
 }
 
 /* ----------------------------------------------------------------------
-   NM PIMD Operations
+   Normal Mode PIMD
 ------------------------------------------------------------------------- */
 
 void FixPIMD::nmpimd_init()
@@ -537,7 +537,7 @@ void FixPIMD::spring_force()
 }
 
 /* ----------------------------------------------------------------------
-   Comm Operations
+   Comm operations
 ------------------------------------------------------------------------- */
 
 void FixPIMD::comm_init()
@@ -730,7 +730,7 @@ void FixPIMD::unpack_comm(int n, int first, double *buf)
 }
 
 /* ----------------------------------------------------------------------
-   Memory Operations
+   Memory operations
 ------------------------------------------------------------------------- */
 
 double FixPIMD::memory_usage()
diff --git a/src/USER-MISC/fix_srp.cpp b/src/USER-MISC/fix_srp.cpp
index ffbfb2a182..1b22c8945f 100644
--- a/src/USER-MISC/fix_srp.cpp
+++ b/src/USER-MISC/fix_srp.cpp
@@ -126,8 +126,8 @@ void FixSRP::init()
   // BPs do not interact with other types
   // type bptype only interacts with itself
   char* arg1[4];
-  arg1[0] = "exclude"; 
-  arg1[1] = "type"; 
+  arg1[0] = (char *) "exclude"; 
+  arg1[1] = (char *) "type"; 
   char c0[20];
   char c1[20];
 
-- 
GitLab