Skip to content

Commit 36bbf7d

Browse files
Merge pull request #2 from hillelweintraub/bugfix
Update function_parser.f90
2 parents 6fe2095 + dffe372 commit 36bbf7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/function_parser.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ subroutine parse_function (me, funcstr, var, case_sensitive)
366366
call me%destroy()
367367

368368
!if is case insensitive, then convert both to lowercase:
369-
if (case_sensitive) then
369+
if (is_case_sensitive) then
370370
func = funcstr ! local copy of function string
371371
tmp_var = var
372372
else

0 commit comments

Comments
 (0)