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.
Die Anmeldung als neuer Benutzer ist derzeit nicht möglich und es wird stattdessen die Fehlermeldung "Access denied for your LDAP account." angezeigt. Wir arbeiten bereits an einer Lösung für dieses Problem.
Logging in as a new user is currently not possible and the error message "Access denied for your LDAP account." is displayed instead. We are already working on a solution for this problem.
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.