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

resolved sp warning

parent 7a60a54f
Branches
Tags
No related merge requests found
......@@ -77,8 +77,8 @@ public:
}
}
inline void setBaseWeight( const real_t weight) { baseWeight_ = weight;}
inline real_t getBaseWeight() const { return baseWeight_; }
inline void setBaseWeight( const double weight) { baseWeight_ = weight;}
inline double getBaseWeight() const { return baseWeight_; }
private:
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