~ubuntu-branches/debian/jessie/yade/jessie

« back to all changes in this revision

Viewing changes to pkg/common/ForceEngine.cpp

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2014-10-20 21:31:37 UTC
  • mfrom: (1.1.13)
  • Revision ID: package-import@ubuntu.com-20141020213137-wt0doalgtw493ohd
Tags: 1.12.0-1
* [3bba065] Imported Upstream version 1.12.0. (Closes: #763259)
* [1ac4c00] Remove patch applied by upstream.
* [0b5f802] Set Standards-Version: 3.9.6. No changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
// 2014 © Raphael Maurin <raphael.maurin@irstea.fr> 
4
4
 
5
5
#include"ForceEngine.hpp"
6
 
#include<yade/core/Scene.hpp>
7
 
#include<yade/pkg/common/Sphere.hpp>
8
 
#include<yade/lib/smoothing/LinearInterpolate.hpp>
9
 
#include<yade/pkg/dem/Shop.hpp>
 
6
#include<core/Scene.hpp>
 
7
#include<pkg/common/Sphere.hpp>
 
8
#include<lib/smoothing/LinearInterpolate.hpp>
 
9
#include<pkg/dem/Shop.hpp>
10
10
 
11
 
#include<yade/core/IGeom.hpp>
12
 
#include<yade/core/IPhys.hpp>
 
11
#include<core/IGeom.hpp>
 
12
#include<core/IPhys.hpp>
13
13
 
14
14
#include <boost/random/linear_congruential.hpp>
15
15
#include <boost/random/normal_distribution.hpp>