Difference for src/colvarproxy_namd.h from version 1.16 to 1.17

version 1.16version 1.17
Line 10
Line 10
 #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"
Line 22
Line 24
 #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"
Line 221
Line 219
     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;
Line 277
Line 285
   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);
 }; };
  
  


Legend:
Removed in v.1.16 
changed lines
 Added in v.1.17



Made by using version 1.53 of cvs2html