Difference for src/colvarbias_meta.h from version 1.14 to 1.15

version 1.14version 1.15
Line 147
Line 147
   /// \brief Biasing temperature in well-tempered metadynamics   /// \brief Biasing temperature in well-tempered metadynamics
   cvm::real  bias_temperature;   cvm::real  bias_temperature;
  
    // EBmeta parameters
    bool       ebmeta;
    colvar_grid_scalar* target_dist;
    std::string target_dist_file;
    cvm::real target_dist_volume;
    size_t ebmeta_equil_steps;
  
  
   /// \brief Try to read the restart information by allocating new   /// \brief Try to read the restart information by allocating new
   /// grids before replacing the current ones (used e.g. in   /// grids before replacing the current ones (used e.g. in
   /// multiple_replicas)   /// multiple_replicas)


Legend:
Removed in v.1.14 
changed lines
 Added in v.1.15



Made by using version 1.53 of cvs2html