| version 1.13 | version 1.14 |
|---|
| |
| #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 |
| |
| 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 |