| version 1.1093 | version 1.1094 |
|---|
| |
| static BigReal *vdwa_table; | static BigReal *vdwa_table; |
| static BigReal *vdwb_table; | static BigReal *vdwb_table; |
| static BigReal *r2_table; | static BigReal *r2_table; |
| | static int table_length; |
| #if defined(NAMD_MIC) | #if defined(NAMD_MIC) |
| static BigReal *mic_table_base_ptr; // DMK - NOTE : Duplicate but, use so that nothing breaks if the ordering of sub-arrays changes | static BigReal *mic_table_base_ptr; // DMK - NOTE : Duplicate but, use so that nothing breaks if the ordering of sub-arrays changes |
| static int mic_table_n; | static int mic_table_n; |