Skip to content

Commit

Permalink
Update FEQParse.F90
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpfister committed Feb 10, 2024
1 parent fb7be91 commit e7a2369
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/FEQParse.F90
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@ subroutine Tokenize(parser, tokenized, errorMsg)
integer, allocatable :: maxVarLen, varLen

tokenized = .false.

errorMsg = ''

call parser%infix%Construct(Stack_Length)

maxVarLen = 0
Expand Down

0 comments on commit e7a2369

Please sign in to comment.