Skip to content

Commit

Permalink
fix reading ##$PVM_StartupShimList=( <S0> , <Illegal-Z3.> )
Browse files Browse the repository at this point in the history
  • Loading branch information
aTrotier committed Oct 14, 2024
1 parent a37d0ac commit c531fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MRIFiles/src/Bruker/Jcampdx.jl
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function read(file::JcampdxFile, stream::IO, keylist::Vector=String[]; maxEntrie
if val[1] != '('
file.dict[key] = val
else
if val[2] != ' '
if val[2] != ' ' || val[3] == '<'
file.dict[key] = val
if val[end] == ')'
file.dict[key] = val
Expand Down

0 comments on commit c531fb4

Please sign in to comment.