Difference for src/colvarcomp_distances.C from version 1.17 to 1.18

version 1.17version 1.18
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.
  
 #include <cmath> #include <cmath>
  
 #include "colvarmodule.h" #include "colvarmodule.h"
Line 720
Line 727
   } else {   } else {
     atoms->b_center = true;     atoms->b_center = true;
     atoms->ref_pos.assign(1, cvm::atom_pos(0.0, 0.0, 0.0));     atoms->ref_pos.assign(1, cvm::atom_pos(0.0, 0.0, 0.0));
      atoms->fit_gradients.assign(atoms->size(), cvm::rvector(0.0, 0.0, 0.0));
   }   }
  
   x.type(colvarvalue::type_scalar);   x.type(colvarvalue::type_scalar);


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



Made by using version 1.53 of cvs2html