Improved portability of ReaxFF on IBM platforms.

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2837 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
athomps
2009-06-02 17:54:19 +00:00
parent c659a9750a
commit 2c6c87a168

View File

@ -20,6 +20,12 @@
#define CONS(a,b) a/**/b
#endif
#define CONS(string1,string2)
#ifndef string1string2
#error "Unable to create concatenation macro. You must modify pair_reax_fortran.h by hand."
#endif
#ifdef _ARDENT
#define FORTRAN(lcname,ucname) ucname
#endif