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

« back to all changes in this revision

Viewing changes to pkg/common/OpenGLRenderer.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:
4
4
#ifdef YADE_OPENGL
5
5
 
6
6
#include"OpenGLRenderer.hpp"
7
 
#include<yade/lib/opengl/OpenGLWrapper.hpp>
8
 
#include<yade/lib/opengl/GLUtils.hpp>
9
 
#include<yade/core/Timing.hpp>
10
 
#include<yade/core/Scene.hpp>
11
 
#include<yade/pkg/common/Aabb.hpp>
12
 
#include<yade/lib/pyutil/gil.hpp>
 
7
#include<lib/opengl/OpenGLWrapper.hpp>
 
8
#include<lib/opengl/GLUtils.hpp>
 
9
#include<core/Timing.hpp>
 
10
#include<core/Scene.hpp>
 
11
#include<pkg/common/Aabb.hpp>
 
12
#include<lib/pyutil/gil.hpp>
13
13
 
14
14
#ifdef __APPLE__
15
15
#  include <OpenGL/glu.h>