Skip to content

Commit

Permalink
Update src/discretize.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Jan 7, 2024
1 parent cf3dc1f commit 8008f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/discretize.jl
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ to the PDE.
For more information, see `discretize` and `PINNRepresentation`.
"""
function SciMLBase.symbolic_discretize(pde_system::PDESystem,
discretization)
discretization::AbstractPINN)
eqs = pde_system.eqs
bcs = pde_system.bcs
chain = discretization.chain
Expand Down

0 comments on commit 8008f3a

Please sign in to comment.