Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/unittests/ShapeUnittest.cpp

    rbcf653 r57f243  
    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 
    81/*
    92 * ShapeUnittest.cpp
     
    136 */
    147
    15 // include config.h
    16 #ifdef HAVE_CONFIG_H
    17 #include <config.h>
    18 #endif
    19 
    208#include "ShapeUnittest.hpp"
    219
     
    2412#include <cppunit/ui/text/TestRunner.h>
    2513
    26 #include <cmath>
    27 
    2814#ifdef HAVE_TESTRUNNER
    2915#include "UnitTestMain.hpp"
    3016#endif /*HAVE_TESTRUNNER*/
    3117
     18#include "Shapes/Shape.hpp"
    3219#include "LinearAlgebra/Vector.hpp"
    33 #include "Shapes/Shape.hpp"
    34 
    35 #include "Shapes/BaseShapes.hpp"
    3620
    3721// Registers the fixture into the 'registry'
     
    195179
    196180}
    197 
    198181void ShapeUnittest::operatorTest(){
    199182  {
Note: See TracChangeset for help on using the changeset viewer.