git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12406 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2014-09-05 14:42:44 +00:00
parent f6c0d4fec3
commit 777e82995d
35 changed files with 340 additions and 375 deletions

View File

@ -48,11 +48,6 @@ static double mypow(double x, int n) {
}
typedef struct { double x,y,z; } dbl3_t;
#if defined(__GNUC__)
#define _noalias __restrict
#else
#define _noalias
#endif
/* ---------------------------------------------------------------------- */