Skip to content
Snippets Groups Projects
Commit bdba1060 authored by Florian Atteneder's avatar Florian Atteneder
Browse files

dispatch TODO on Symbol

parent a5f246be
No related branches found
No related tags found
1 merge request!71Implement regularizations for Euler eq
This commit is part of merge request !71. Comments created here will be created in the context of that merge request.
......@@ -270,7 +270,7 @@ end
TODO() = error("Not implemented yet!")
TODO(msg::String) = error("Not implemented: $msg")
TODO(msg::Union{AbstractString,Symbol}) = error("Not implemented: $msg")
TODO(fn::Function) = error("'$fn': Not implemented yet!")
TODO(fn::Function, msg) = error("""
'$fn'' Not implemented yet!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment