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

« back to all changes in this revision

Viewing changes to pkg/dem/LudingPM.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:
1
1
#include"LudingPM.hpp"
2
 
#include<yade/core/State.hpp>
3
 
#include<yade/pkg/dem/ScGeom.hpp>
4
 
#include<yade/core/Omega.hpp>
5
 
#include<yade/core/Scene.hpp>
6
 
#include<yade/pkg/common/Sphere.hpp>
 
2
#include<core/State.hpp>
 
3
#include<pkg/dem/ScGeom.hpp>
 
4
#include<core/Omega.hpp>
 
5
#include<core/Scene.hpp>
 
6
#include<pkg/common/Sphere.hpp>
7
7
 
8
8
YADE_PLUGIN((LudingMat)(LudingPhys)(Ip2_LudingMat_LudingMat_LudingPhys)(Law2_ScGeom_LudingPhys_Basic));
9
9