dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #01684
function: [...]
Commit from johanjan (2005-12-13 03:01 CET)
--------------------
function:
Add FIXME. A user-defined function which doesn't implement eval() (or
implements the wrong prototype) will go into an infinite loop when
using UserFunction::interpolate(). It will call Function::eval() which
will call UserFunction::operator() which will call Function::eval()
etc.
dolfin src/kernel/function/UserFunction.cpp 1.5
Follow ups