- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/FormatParserStorage.cpp
rbcf653 r952f38 1 /*2 * Project: MoleCuilder3 * Description: creates and alters molecular systems4 * 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 8 1 /** \file FormatParserStorage.cpp 9 2 * … … 12 5 * 13 6 */ 14 15 // include config.h16 #ifdef HAVE_CONFIG_H17 #include <config.h>18 #endif19 20 #include "Helpers/MemDebug.hpp"21 7 22 8 #include <iostream>
Note:
See TracChangeset
for help on using the changeset viewer.