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

« back to all changes in this revision

Viewing changes to pkg/dem/Disp2DPropLoadEngine.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:
8
8
 
9
9
 
10
10
#include "Disp2DPropLoadEngine.hpp"
11
 
#include<yade/core/State.hpp>
12
 
#include<yade/pkg/common/Box.hpp>
13
 
#include<yade/core/Scene.hpp>
14
 
#include<yade/lib/base/Math.hpp>
 
11
#include<core/State.hpp>
 
12
#include<pkg/common/Box.hpp>
 
13
#include<core/Scene.hpp>
 
14
#include<lib/base/Math.hpp>
15
15
 
16
16
 
17
17
YADE_PLUGIN((Disp2DPropLoadEngine));