forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6389 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
693e756eae
commit
dde2b01e0e
|
@ -114,4 +114,10 @@ typedef int bigint;
|
|||
|
||||
}
|
||||
|
||||
// settings to enable LAMMPS build under Windows
|
||||
|
||||
#ifdef _WIN32
|
||||
#include "lmp_windows.h"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue