From 326ef82e90a6e18c0dc1aac74e6c93674a0b8406 Mon Sep 17 00:00:00 2001 From: hiker Date: Thu, 21 Jun 2018 00:34:46 +1000 Subject: [PATCH] Fixed line ending style. --- src/config/stk_config.hpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) mode change 100644 => 100755 src/config/stk_config.hpp diff --git a/src/config/stk_config.hpp b/src/config/stk_config.hpp old mode 100644 new mode 100755 index 7d4555091..3dda0460a --- a/src/config/stk_config.hpp +++ b/src/config/stk_config.hpp @@ -108,13 +108,13 @@ public: float m_default_moveable_friction; /** Number of solver iterations. */ - int m_solver_iterations; - - /** If position and velocity constraints are solved separately. */ - bool m_solver_split_impulse; - - /** Threshold when to use the split impulse approach. */ - float m_solver_split_impulse_thresh; + int m_solver_iterations; + + /** If position and velocity constraints are solved separately. */ + bool m_solver_split_impulse; + + /** Threshold when to use the split impulse approach. */ + float m_solver_split_impulse_thresh; /** */ std::vector m_solver_mode;