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

This commit is contained in:
sjplimp
2013-06-28 19:30:58 +00:00
parent f1fec72c71
commit bfbe995a9c
36 changed files with 1499 additions and 12 deletions

View File

@ -8,7 +8,7 @@ typedef int lapack_int;
typedef complex<float> lapack_complex_float;
typedef complex<double> lapack_complex_double;
#ifdef _WIN32
#if defined(_WIN32) && !defined(__MINGW32__)
//#define MKL_Complex8 lapack_complex_float
//#define MKL_Complex16 lapack_complex_double