Implement the copy constructor for DiscreteFunction
All threads resolved!
All threads resolved!
This solves a bug in LocalFunction
and GradientLocalFunction
of DiscreteFunction
. If copy constructed, the subTree
member was a dangling pointer.
Maybe I have to add the copy-assignment operator as well. Or, better, a swap()
method.
Edited by Praetorius, Simon
Merge request reports
Activity
added 14 commits
-
6fe7f754...6887ffb9 - 13 commits from branch
master
- cdd3e768 - Implement the copy constructor for DiscreteFunction
-
6fe7f754...6887ffb9 - 13 commits from branch
- Resolved by Müller, Felix
mentioned in commit 94bb365d
Please register or sign in to reply