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

« back to all changes in this revision

Viewing changes to core/Cell.hpp

  • 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:
13
13
 
14
14
#pragma once
15
15
 
16
 
#include<yade/lib/serialization/Serializable.hpp>
17
 
#include<yade/lib/base/Math.hpp>
 
16
#include<lib/serialization/Serializable.hpp>
 
17
#include<lib/base/Math.hpp>
18
18
 
19
 
//#include<yade/pkg/dem/Shop.hpp>
 
19
//#include<pkg/dem/Shop.hpp>
20
20
 
21
21
class Cell: public Serializable{
22
22
        public: