Changes in src/BoundaryTriangleSet.cpp [d74077:bcf653]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/BoundaryTriangleSet.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 * BoundaryTriangleSet.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 "BoundaryTriangleSet.hpp" 9 23 … … 15 29 16 30 #include "Helpers/Assert.hpp" 17 #include " info.hpp"18 #include "Line .hpp"19 #include " log.hpp"20 #include " Plane.hpp"21 #include " vector.hpp"22 #include " verbose.hpp"31 #include "Helpers/Info.hpp" 32 #include "LinearAlgebra/Line.hpp" 33 #include "Helpers/Log.hpp" 34 #include "LinearAlgebra/Plane.hpp" 35 #include "LinearAlgebra/Vector.hpp" 36 #include "Helpers/Verbose.hpp" 23 37 24 38 using namespace std;
Note:
See TracChangeset
for help on using the changeset viewer.