Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
41b165d4
Commit
41b165d4
authored
Nov 19, 2015
by
Jan Möbius
Browse files
Merge branch 'cpp11' into 'master'
Cpp11 See merge request
!28
parents
146a64bb
c08efb86
Changes
3
Hide whitespace changes
Inline
Side-by-side
ACG/GL/GLState.cc
View file @
41b165d4
...
...
@@ -58,6 +58,7 @@
#include
<ACG/GL/acg_glew.hh>
#include
"GLState.hh"
#include
<cstring>
//== NAMESPACES ===============================================================
...
...
ACG/Math/QuaternionT.hh
View file @
41b165d4
...
...
@@ -82,10 +82,10 @@ class QuaternionT : public VectorT<Scalar,4>
{
public:
#define W Base::
values_
[0]
#define X Base::
values_
[1]
#define Y Base::
values_
[2]
#define Z Base::
values_
[3]
#define W Base::
data()
[0]
#define X Base::
data()
[1]
#define Y Base::
data()
[2]
#define Z Base::
data()
[3]
typedef
VectorT
<
Scalar
,
4
>
Base
;
...
...
ObjectTypes/PolyLine/PolyLineT.cc
View file @
41b165d4
...
...
@@ -76,6 +76,8 @@
#include
<cstdlib>
#endif
#include
<cstring>
#ifdef USE_OPENMP
#include
<omp.h>
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment