Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2016-01-18 12:10:18 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-01-18 20:54:39 +0300
commitd5ddc52ae1d7e4ae369e490b1d00d6fd6d0c6522 (patch)
tree2554af4ea20b574111457982bd6fab23f6605b01 /source/blender/physics
parent306337afea846918c4e9c2dc8a9956fc7399f9c1 (diff)
Cleanup: style
Diffstat (limited to 'source/blender/physics')
-rw-r--r--source/blender/physics/intern/ConstrainedConjugateGradient.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/physics/intern/ConstrainedConjugateGradient.h b/source/blender/physics/intern/ConstrainedConjugateGradient.h
index 2d4389f6766..f9c6931fe8c 100644
--- a/source/blender/physics/intern/ConstrainedConjugateGradient.h
+++ b/source/blender/physics/intern/ConstrainedConjugateGradient.h
@@ -1,6 +1,6 @@
-#ifndef EIGEN_CONSTRAINEDCG_H
-#define EIGEN_CONSTRAINEDCG_H
+#ifndef __CONSTRAINEDCONJUGATEGRADIENT_H__
+#define __CONSTRAINEDCONJUGATEGRADIENT_H__
#include <Eigen/Core>
@@ -291,4 +291,4 @@ struct solve_retval<ConstrainedConjugateGradient<_MatrixType,_UpLo,_Filter,_Prec
} // end namespace Eigen
-#endif // EIGEN_CONSTRAINEDCG_H
+#endif // __CONSTRAINEDCONJUGATEGRADIENT_H__