Difference for src/ComputeNonbondedUtil.C from version 1.1125 to 1.1126

version 1.1125version 1.1126
Line 59
Line 59
 BigReal* ComputeNonbondedUtil::vdwa_table; BigReal* ComputeNonbondedUtil::vdwa_table;
 BigReal* ComputeNonbondedUtil::vdwb_table; BigReal* ComputeNonbondedUtil::vdwb_table;
 BigReal* ComputeNonbondedUtil::r2_table; BigReal* ComputeNonbondedUtil::r2_table;
  int ComputeNonbondedUtil::table_length;
 #if defined(NAMD_MIC) #if defined(NAMD_MIC)
   BigReal*      ComputeNonbondedUtil::mic_table_base_ptr;   BigReal*      ComputeNonbondedUtil::mic_table_base_ptr;
   int           ComputeNonbondedUtil::mic_table_n;   int           ComputeNonbondedUtil::mic_table_n;
Line 641
Line 642
  
   int i;   int i;
   int n = (r2_delta_exp + cutoff2_exp) * 64 + 1;   int n = (r2_delta_exp + cutoff2_exp) * 64 + 1;
    table_length = n;
   #if defined(NAMD_MIC)   #if defined(NAMD_MIC)
     int n_16 = (n + 15) & (~15);     int n_16 = (n + 15) & (~15);
   #endif   #endif


Legend:
Removed in v.1.1125 
changed lines
 Added in v.1.1126



Made by using version 1.53 of cvs2html