| version 1.3 | version 1.4 | ||
|---|---|---|---|
|
| ||
| /// -*- c++ -*- | // -*- c++ -*- | ||
| #ifndef COLVARSCRIPT_H | #ifndef COLVARSCRIPT_H | ||
| #define COLVARSCRIPT_H | #define COLVARSCRIPT_H | ||
|
| ||
| #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:
| ||||||