Changeset 77da65 for molecuilder/src/parser.cpp
- Timestamp:
- Apr 24, 2008, 5:03:14 PM (17 years ago)
- Children:
- 41d75d
- Parents:
- e58fcb7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/parser.cpp
re58fcb7 r77da65 5 5 */ 6 6 7 using namespace std;8 9 7 // ======================================= INCLUDES ========================================== 10 8 … … 19 17 */ 20 18 #ifdef HAVE_INLINE 21 inline 19 inline bool FilePresent(const char *filename) 20 #else 21 bool FilePresent(const char *filename) 22 22 #endif 23 bool FilePresent(const char *filename)24 23 { 25 24 ifstream input; … … 39 38 * \return given inputdir is valid 40 39 */ 41 #ifdef HAVE_INLINE42 inline43 #endif44 40 bool TestParams(int argc, char **argv) 45 41 {
Note:
See TracChangeset
for help on using the changeset viewer.