Changes in src/parser.cpp [97b825:bcf653]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/parser.cpp
r97b825 rbcf653 1 /* 2 * Project: MoleCuilder 3 * Description: creates and alters molecular systems 4 * Copyright (C) 2010 University of Bonn. All rights reserved. 5 * Please see the LICENSE file or "Copyright notice" in builder.cpp for details. 6 */ 7 1 8 /** \file parsing.cpp 2 9 * … … 7 14 // ======================================= INCLUDES ========================================== 8 15 9 #include "Helpers/MemDebug.hpp"10 11 #include <cstring>12 13 #include "Helpers/helpers.hpp"14 #include "parser.hpp"15 #include "Helpers/Verbose.hpp"16 17 16 // include config.h 18 17 #ifdef HAVE_CONFIG_H 19 18 #include <config.h> 20 19 #endif 20 21 #include "Helpers/MemDebug.hpp" 22 23 #include <cstring> 24 25 #include "Helpers/helpers.hpp" 26 #include "parser.hpp" 27 #include "Helpers/Verbose.hpp" 21 28 22 29 // ======================================= FUNCTIONS ==========================================
Note:
See TracChangeset
for help on using the changeset viewer.