Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/unittests/ShapeUnittest.cpp

    r57f243 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 * ShapeUnittest.cpp
     
    613 */
    714
     15// include config.h
     16#ifdef HAVE_CONFIG_H
     17#include <config.h>
     18#endif
     19
    820#include "ShapeUnittest.hpp"
    921
     
    1224#include <cppunit/ui/text/TestRunner.h>
    1325
     26#include <cmath>
     27
    1428#ifdef HAVE_TESTRUNNER
    1529#include "UnitTestMain.hpp"
    1630#endif /*HAVE_TESTRUNNER*/
    1731
     32#include "LinearAlgebra/Vector.hpp"
    1833#include "Shapes/Shape.hpp"
    19 #include "LinearAlgebra/Vector.hpp"
     34
     35#include "Shapes/BaseShapes.hpp"
    2036
    2137// Registers the fixture into the 'registry'
     
    179195
    180196}
     197
    181198void ShapeUnittest::operatorTest(){
    182199  {
Note: See TracChangeset for help on using the changeset viewer.