Difference for src/ComputeNonbondedUtil.h from version 1.1093 to 1.1094

version 1.1093version 1.1094
Line 300
Line 300
   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;


Legend:
Removed in v.1.1093 
changed lines
 Added in v.1.1094



Made by using version 1.53 of cvs2html