Difference for src/colvarscript.h from version 1.3 to 1.4

version 1.3version 1.4
Line 1
Line 1
 /// -*- c++ -*- // -*- c++ -*-
  
 #ifndef COLVARSCRIPT_H #ifndef COLVARSCRIPT_H
 #define COLVARSCRIPT_H #define COLVARSCRIPT_H
Line 9
Line 9
 #include "colvarbias.h" #include "colvarbias.h"
 #include "colvarproxy.h" #include "colvarproxy.h"
  
  // Only these error values are part of the scripting interface
 #define COLVARSCRIPT_ERROR -1 #define COLVARSCRIPT_ERROR -1
 #define COLVARSCRIPT_OK 0 #define COLVARSCRIPT_OK 0
  


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



Made by using version 1.53 of cvs2html