Changes in src/BoundaryPolygonSet.cpp [d74077:bcf653]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/BoundaryPolygonSet.cpp ¶
rd74077 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 /* 2 9 * BoundaryPolygonSet.cpp … … 6 13 */ 7 14 15 // include config.h 16 #ifdef HAVE_CONFIG_H 17 #include <config.h> 18 #endif 19 20 #include "Helpers/MemDebug.hpp" 21 8 22 #include "BoundaryPolygonSet.hpp" 9 23 … … 16 30 17 31 #include "Helpers/Assert.hpp" 18 #include " helpers.hpp"19 #include " info.hpp"20 #include " log.hpp"21 #include " Plane.hpp"22 #include " vector.hpp"23 #include " verbose.hpp"32 #include "Helpers/helpers.hpp" 33 #include "Helpers/Info.hpp" 34 #include "Helpers/Log.hpp" 35 #include "LinearAlgebra/Plane.hpp" 36 #include "LinearAlgebra/Vector.hpp" 37 #include "Helpers/Verbose.hpp" 24 38 25 39 using namespace std;
Note:
See TracChangeset
for help on using the changeset viewer.