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

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
santiagobadia committed Jun 23, 2020
1 parent 4b411f1 commit 81522e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TransientFETools/TransientFEOperators.jl
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ struct TransientFEOperatorFromTerms <: TransientFEOperator
assem_t::Assembler
type::OperatorType
terms
function TransientFEOperatorFromTerms(trial,trial_t,test::FESpace,assem::Assembler,optype,terms...)
function TransientFEOperatorFromTerms(trial,trial_t,test::FESpace,assem::Assembler,optype::OperatorType,terms...)
new(trial,trial_t,test,assem,optype,terms...)
end
end
Expand Down

0 comments on commit 81522e5

Please sign in to comment.