Skip to content

Commit 8a71724

Browse files
committed
comment
1 parent 62348c0 commit 8a71724

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/interface.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ update_coefficients(L,u,p,t) = L
2121
update_coefficients!(L,u,p,t) = L
2222

2323
function update_coefficients(L::AbstractSciMLOperator, u, p, t)
24-
@error "Vedant hasn't implemented OOP update_coeffs yet for $L"
24+
@error """Out-of-place update method not implemented for $L.
25+
Please file an issue at https://github.com/SciML/SciMLOperators.jl
26+
with a minimal example."""
2527
end
2628

2729
function update_coefficients!(L::AbstractSciMLOperator, u, p, t)

0 commit comments

Comments
 (0)