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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user