Skip to content

Commit

Permalink
Merge pull request #37 from FluidNumerics/bugfix/remove-extra-functio…
Browse files Browse the repository at this point in the history
…ns-attribute

Remove functions attribute from equationparser type
  • Loading branch information
fluidnumerics-joe committed Jun 15, 2024
2 parents 2162a72 + 0a9aae5 commit c55beb0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/FEQParse.F90
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ module FEQParse
type(IndepVar),dimension(:),allocatable :: indepVars
type(TokenStack) :: inFix
type(TokenStack) :: postFix
type(FEQParse_Function),dimension(:),allocatable :: functions
contains
procedure :: CleanEquation
procedure :: Tokenize
Expand Down

0 comments on commit c55beb0

Please sign in to comment.