~ubuntu-branches/ubuntu/wily/yade/wily

« back to all changes in this revision

Viewing changes to pkg/dem/SampleCapillaryPressureEngine.cpp

  • Committer: Package Import Robot
  • Author(s): Dmitry Shachnev
  • Date: 2014-11-14 12:54:52 UTC
  • mfrom: (20.1.23 sid)
  • Revision ID: package-import@ubuntu.com-20141114125452-t16anreumu4ybg2s
Tags: 1.12.0-2ubuntu1
Add allow-stderr restriction to autopkgtest, to silence a warning
printed by new matplotlib.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
*************************************************************************/
10
10
 
11
11
#include "SampleCapillaryPressureEngine.hpp"
12
 
#include <yade/pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity.hpp>
13
 
#include<yade/core/Scene.hpp>
14
 
#include<yade/core/Omega.hpp>
15
 
#include<yade/pkg/dem/FrictPhys.hpp>
16
 
#include<yade/lib/base/Math.hpp>
 
12
#include <pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity.hpp>
 
13
#include<core/Scene.hpp>
 
14
#include<core/Omega.hpp>
 
15
#include<pkg/dem/FrictPhys.hpp>
 
16
#include<lib/base/Math.hpp>
17
17
 
18
18
YADE_PLUGIN((SampleCapillaryPressureEngine));
19
19
CREATE_LOGGER(SampleCapillaryPressureEngine);