Skip to content

Commit 717c70f

Browse files
authored
Small change
1 parent f49e9a3 commit 717c70f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pinns_pde_solve.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Arguments:
9090
"""
9191
abstract type AbstractPINN{isinplace} <: SciMLBase.SciMLProblem end
9292

93-
struct PhysicsInformedNN{isinplace,C,T,P,PH,DER,PE,AL,ADA,LOG,K} <: AbstractPINN{isinplace}
93+
struct PhysicsInformedNN{isinplace,C,T,P,PH,DER,PE,AL,ADA,ADF,LOG,K} <: AbstractPINN{isinplace}
9494
chain::C
9595
strategy::T
9696
init_params::P

0 commit comments

Comments
 (0)