Skip to content

Commit

Permalink
Remove unused comments in src/Fortran90Namelists.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
singularitti committed Jul 17, 2023
1 parent 4605448 commit d7eaefe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Fortran90Namelists.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module Fortran90Namelists

include("fparse.jl")
include("fstring.jl") # The order has to be like this!
include("fstring.jl")
include("Tokenizer.jl")
include("lex!.jl")

end # module
end

0 comments on commit d7eaefe

Please sign in to comment.