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

File:
1 moved

Legend:

Unmodified
Added
Removed
  • src/units/particle/bspline.cpp

    r4e8206 rf003a9  
    2222#include "base/helper.hpp"
    2323#include "base/math.hpp"
    24 #include "samples/bspline.hpp"
     24#include "units/particle/bspline.hpp"
    2525
    2626#define POW(x,y) Helper::pow(x,y)
     
    2828using namespace VMG;
    2929
    30 BSpline::BSpline(const vmg_float& width) :
     30Particle::BSpline::BSpline(const vmg_float& width) :
    3131  spline_nom((BSPLINE_DEGREE+1)/2),
    3232  spline_denom((BSPLINE_DEGREE+1)/2),
Note: See TracChangeset for help on using the changeset viewer.