Ignore:
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
    18/*
    29 * BoundaryPolygonSet.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 "BoundaryPolygonSet.hpp"
    923
     
    1630
    1731#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"
    2438
    2539using namespace std;
Note: See TracChangeset for help on using the changeset viewer.