Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
santiagobadia committed Jun 23, 2020
1 parent 5e2c4a4 commit ada4c37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/TransientFETools/TransientFEOperators.jl
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ struct TransientFEOperatorFromTerms <: TransientFEOperator
trial_t
test::FESpace
assem_t::Assembler
terms
type::OperatorType
function TransientFEOperatorFromTerms(trial,trial_t,test::FESpace,assem::Assembler,terms...)
new(trial,trial_t,test,assem,Nonlinear(),terms...)
terms
function TransientFEOperatorFromTerms(trial,trial_t,test::FESpace,assem::Assembler,optype,terms...)
new(trial,trial_t,test,assem,optype,terms...)
end
end

Expand Down

0 comments on commit ada4c37

Please sign in to comment.