Bugfix: Change type of callback for FMG in ErrorEstimator
Directly using a nonstatic member function as callback doesn't work. Therefore, the member function now returns a lambda that can be used as callback.
Directly using a nonstatic member function as callback doesn't work. Therefore, the member function now returns a lambda that can be used as callback.