diff --git a/src/pe/amr/weight_assignment/WeightAssignmentFunctor.h b/src/pe/amr/weight_assignment/WeightAssignmentFunctor.h index 24b4d7e969597281ca2005c00f568afacd9b8bfd..f83c8080ab6a0588031c560046c3e212c921ed8c 100644 --- a/src/pe/amr/weight_assignment/WeightAssignmentFunctor.h +++ b/src/pe/amr/weight_assignment/WeightAssignmentFunctor.h @@ -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_;