Difference for src/colvarparse.h from version 1.9 to 1.10

version 1.9version 1.10
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 COLVARPARSE_H #ifndef COLVARPARSE_H
 #define COLVARPARSE_H #define COLVARPARSE_H
  
Line 297
Line 304
   /// \brief Works as std::getline() but also removes everything   /// \brief Works as std::getline() but also removes everything
   /// between a comment character and the following newline   /// between a comment character and the following newline
   static std::istream & getline_nocomments(std::istream &is,   static std::istream & getline_nocomments(std::istream &is,
                                            std::string &s,                                            std::string &s);
                                            char const delim = '\n'); 
  
   /// Check if the content of the file has matching braces   /// Check if the content of the file has matching braces
   bool brace_check(std::string const &conf,   bool brace_check(std::string const &conf,


Legend:
Removed in v.1.9 
changed lines
 Added in v.1.10



Made by using version 1.53 of cvs2html