Skip to content

Commit

Permalink
changed filename logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jpjones76 committed May 24, 2016
1 parent 22d3f66 commit 3d619cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FileFormats/SAC.jl
Original file line number Diff line number Diff line change
Expand Up @@ -301,5 +301,5 @@ end
Read SAC file `fname` into a SeisObj.
"""
rsac(fname::ASCIIString) = (src = fname;
S = sactoseis(psac(open(fname,"r"), p=false)); S.src = fname; return S)
S = sactoseis(psac(open(fname,"r"), p=false)); note(S, fname); return S)
readsac(fname::ASCIIString) = rsac(fname)

0 comments on commit 3d619cd

Please sign in to comment.