Changeset f003a9 for test


Ignore:
Timestamp:
May 8, 2012, 2:54:17 PM (14 years ago)
Author:
Julian Iseringhausen <isering@…>
Children:
6f05224
Parents:
4e8206
Message:

Refactored vmg in order to separate the core library and the particle simulation part properly.

git-svn-id: https://svn.version.fz-juelich.de/scafacos/trunk@1798 5161e1c8-67bf-11de-9fd5-51895aff932f

Location:
test
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • test/interfaces/interface_sinus.hpp

    r4e8206 rf003a9  
    99#define INTERFACE_SINUS_HPP_
    1010
    11 #include "interface/interface.hpp"
     11#include "base/interface.hpp"
    1212
    1313namespace VMG
  • test/unit_test/unit_test/smoother_test.cpp

    r4e8206 rf003a9  
    1313#include <boost/test/floating_point_comparison.hpp>
    1414
     15#include "base/interface.hpp"
    1516#include "base/math.hpp"
    1617#include "comm/comm_serial.hpp"
    17 #include "interface/interface.hpp"
    1818#include "samples/discretization_poisson_fd.hpp"
    1919#include "smoother/gs.hpp"
Note: See TracChangeset for help on using the changeset viewer.