Ignore:
Timestamp:
May 8, 2017, 1:51:21 PM (8 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
ForceAnnealing_goodresults, ForceAnnealing_tocheck
Children:
7f3f9c
Parents:
ce254c
git-author:
Frederik Heber <heber@…> (03/29/17 10:58:47)
git-committer:
Frederik Heber <frederik.heber@…> (05/08/17 13:51:21)
Message:

FIX: Parameter is now longer friend of class Value.

  • Parameter does not need direct access to member variables of Value and this causes problems when value is not the same class as the template class of Parameter.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parameters/Value.hpp

    rce254c re4036a  
    6767  friend class ValueTest;
    6868  friend class ContinuousValueTest;
    69   friend class Parameter<T>;
     69//  friend class Parameter<T>;
    7070public:
    7171  Value();
Note: See TracChangeset for help on using the changeset viewer.