| version 1.15 | version 1.16 |
|---|
| |
| /// -*- c++ -*- | // -*- c++ -*- |
| | |
| | // This file is part of the Collective Variables module (Colvars). |
| | // The original version of Colvars and its updates are located at: |
| | // https://github.com/colvars/colvars |
| | // Please update all Colvars source files before making any changes. |
| | // If you wish to distribute your changes, please submit them to the |
| | // Colvars repository at GitHub. |
| | |
| #ifndef COLVARPROXY_NAMD_H | #ifndef COLVARPROXY_NAMD_H |
| #define COLVARPROXY_NAMD_H | #define COLVARPROXY_NAMD_H |
| |
| #include "colvarvalue.h" | #include "colvarvalue.h" |
| | |
| #ifndef COLVARPROXY_VERSION | #ifndef COLVARPROXY_VERSION |
| #define COLVARPROXY_VERSION "2016-11-23" | #define COLVARPROXY_VERSION "2017-01-09" |
| #endif | #endif |
| | |
| // For replica exchange | // For replica exchange |