Difference for src/colvarproxy_namd.h from version 1.13 to 1.14

version 1.13version 1.14
Line 16
Line 16
 #include "colvarvalue.h" #include "colvarvalue.h"
  
 #ifndef COLVARPROXY_VERSION #ifndef COLVARPROXY_VERSION
 #define COLVARPROXY_VERSION "2016-10-10" #define COLVARPROXY_VERSION "2016-10-20"
 #endif #endif
  
 // For replica exchange // For replica exchange
Line 119
Line 119
   int smp_enabled()   int smp_enabled()
   {   {
 #if CMK_SMP && USE_CKLOOP #if CMK_SMP && USE_CKLOOP
      if (b_smp_active) {
     return COLVARS_OK;     return COLVARS_OK;
      }
      return COLVARS_ERROR;
 #else #else
     return COLVARS_NOT_IMPLEMENTED;     return COLVARS_NOT_IMPLEMENTED;
 #endif #endif


Legend:
Removed in v.1.13 
changed lines
 Added in v.1.14



Made by using version 1.53 of cvs2html