Ignore:
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
    18/*
    29 * BoundaryTriangleSet.cpp
     
    613 */
    714
     15// include config.h
     16#ifdef HAVE_CONFIG_H
     17#include <config.h>
     18#endif
     19
     20#include "Helpers/MemDebug.hpp"
     21
    822#include "BoundaryTriangleSet.hpp"
    923
     
    1529
    1630#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"
    2337
    2438using namespace std;
Note: See TracChangeset for help on using the changeset viewer.