Ignore:
Timestamp:
Apr 23, 2021, 8:34:22 PM (5 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
Candidate_v1.7.0, stable
Children:
f3eb6a
Parents:
d9e1d1
git-author:
Frederik Heber <frederik.heber@…> (10/03/20 21:21:28)
git-committer:
Frederik Heber <frederik.heber@…> (04/23/21 20:34:22)
Message:

LinkCell model has name on update for debugging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/LinkedCell/LinkedCell_Model_Update.cpp

    rd9e1d1 ref0f8f  
    4444 * @param _priority priority of the update (the lower, the more important)
    4545 */
    46 LinkedCell::LinkedCell_Model::Update::Update(boost::function<void (const TesselPoint *)> _updateMethod, const TesselPoint *_Walker, const PriorityLevel _priority) :
     46LinkedCell::LinkedCell_Model::Update::Update(boost::function<void (const TesselPoint *)> _updateMethod, const TesselPoint *_Walker, const PriorityLevel _priority, const std::string _name) :
    4747  updateMethod(_updateMethod),
    4848  Walker(_Walker),
    49   priority(_priority)
     49  priority(_priority),
     50  name(_name)
    5051{}
    5152
Note: See TracChangeset for help on using the changeset viewer.