Difference for src/colvarbias_histogram.h from version 1.2 to 1.3

version 1.2version 1.3
Line 1
Line 1
 // -*- 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 COLVARBIAS_HISTOGRAM_H #ifndef COLVARBIAS_HISTOGRAM_H
 #define COLVARBIAS_HISTOGRAM_H #define COLVARBIAS_HISTOGRAM_H
  
Line 35
Line 42
   /// If colvar_array_size is larger than 1, weigh each one by this number before accumulating the histogram   /// If colvar_array_size is larger than 1, weigh each one by this number before accumulating the histogram
   std::vector<cvm::real> weights;   std::vector<cvm::real> weights;
  
   virtual std::istream& read_restart(std::istream&);   virtual std::istream & read_state_data(std::istream &is);
   virtual std::ostream& write_restart(std::ostream&);   virtual std::ostream & write_state_data(std::ostream &os);
 }; };
  
 #endif #endif


Legend:
Removed in v.1.2 
changed lines
 Added in v.1.3



Made by using version 1.53 of cvs2html