~ubuntu-branches/ubuntu/trusty/yade/trusty

« back to all changes in this revision

Viewing changes to lib/triangulation/PeriodicFlow.hpp

  • Committer: Package Import Robot
  • Author(s): Anton Gladky, cf3f8d9
  • Date: 2013-10-30 20:56:33 UTC
  • mfrom: (20.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20131030205633-1f01r7hjce17d723
Tags: 1.05.0-2
[cf3f8d9] Pass -ftrack-macro-expansion=0 only if gcc>=4.8. (Closes: #726009)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#ifdef FLOW_ENGINE
2
2
 
3
 
#ifndef _PERIFLOWBOUNDINGSPHERE_H
4
 
#define _PERIFLOWBOUNDINGSPHERE_H
 
3
#pragma once
5
4
 
6
5
#include<yade/lib/triangulation/FlowBoundingSphere.hpp>//include after #define XVIEW
7
6
// #include "Timer.h"
44
43
 
45
44
 
46
45
#endif //FLOW_ENGINE
47
 
 
48
 
#endif