Changeset 77da65 for molecuilder/src/parser.hpp
- Timestamp:
- Apr 24, 2008, 5:03:14 PM (18 years ago)
- Children:
- 41d75d
- Parents:
- e58fcb7
- File:
-
- 1 edited
-
molecuilder/src/parser.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/parser.hpp
re58fcb7 r77da65 9 9 #define PARSING_HPP_ 10 10 11 using namespace std; 12 13 // include config.h 14 #ifdef HAVE_CONFIG_H 15 #include <config.h> 16 #endif 17 11 18 // ======================================= DEFINES ========================================== 12 19 13 #define MYEPSILON 1e-1314 20 #define FactorsFile "BondFragmentTE-Factors.dat" 15 21 #define ForcesFile "BondFragmentForces-Factors.dat" … … 26 32 27 33 #ifdef HAVE_INLINE 28 inline 34 inline bool FilePresent(const char *filename); 35 #else 36 bool FilePresent(const char *filename); 29 37 #endif 30 bool FilePresent(const char *filename);31 38 32 #ifdef HAVE_INLINE33 inline34 #endif35 39 bool TestParams(int argc, char **argv); 40 36 41 37 42 // ======================================= CLASS MatrixContainer =============================
Note:
See TracChangeset
for help on using the changeset viewer.
