Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
yjf committed Apr 10, 2023
1 parent 179b2af commit 92fe302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/write/segy_write_change.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export segy_change

function segy_change(file::String, block::SeisBlockindexs::AbstractVector )
function segy_change(file::String, block::SeisBlock,indexs::AbstractVector )

# Open buffer for writing
s = open(file, "r+")
Expand Down

0 comments on commit 92fe302

Please sign in to comment.