Skip to content
Snippets Groups Projects
Commit 6ca875c0 authored by Sebastian Eibl's avatar Sebastian Eibl
Browse files

resolved sp warning

parent 7a60a54f
No related merge requests found
...@@ -77,8 +77,8 @@ public: ...@@ -77,8 +77,8 @@ public:
} }
} }
inline void setBaseWeight( const real_t weight) { baseWeight_ = weight;} inline void setBaseWeight( const double weight) { baseWeight_ = weight;}
inline real_t getBaseWeight() const { return baseWeight_; } inline double getBaseWeight() const { return baseWeight_; }
private: private:
shared_ptr<InfoCollection> ic_; shared_ptr<InfoCollection> ic_;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment