| version 1.16 | version 1.17 |
|---|
| |
| #ifndef COLVARPROXY_NAMD_H | #ifndef COLVARPROXY_NAMD_H |
| #define COLVARPROXY_NAMD_H | #define COLVARPROXY_NAMD_H |
| | |
| | #include "colvarproxy_namd_version.h" |
| | |
| #include "Vector.h" | #include "Vector.h" |
| #include "ResizeArray.h" | #include "ResizeArray.h" |
| #include "NamdTypes.h" | #include "NamdTypes.h" |
| |
| #include "colvarproxy.h" | #include "colvarproxy.h" |
| #include "colvarvalue.h" | #include "colvarvalue.h" |
| | |
| #ifndef COLVARPROXY_VERSION | |
| #define COLVARPROXY_VERSION "2017-01-09" | |
| #endif | |
| | |
| // For replica exchange | // For replica exchange |
| #include "converse.h" | #include "converse.h" |
| #include "DataExchanger.h" | #include "DataExchanger.h" |
| |
| return msg_len; | return msg_len; |
| } | } |
| | |
| | int replica_comm_send() |
| | { |
| | return COLVARS_OK; |
| | } |
| | |
| | int replica_comm_async_send() |
| | { |
| | return COLVARS_OK; |
| | } |
| | |
| inline size_t restart_frequency() | inline size_t restart_frequency() |
| { | { |
| return restart_frequency_s; | return restart_frequency_s; |
| |
| std::ostream * output_stream(std::string const &output_name); | std::ostream * output_stream(std::string const &output_name); |
| int close_output_stream(std::string const &output_name); | int close_output_stream(std::string const &output_name); |
| int backup_file(char const *filename); | int backup_file(char const *filename); |
| | |
| | char *script_obj_to_str(unsigned char *obj); |
| }; | }; |
| | |
| | |