Skip to content

Commit ece8fb5

Browse files
committed
Fix a typo
1 parent 1091986 commit ece8fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/varinfo.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ function merge_metadata(metadata_left::Metadata, metadata_right::Metadata)
619619
offset = r[end]
620620
dist = getdist(metadata_for_vn, vn)
621621
push!(dists, dist)
622-
push!(trans, is_trans(metadata_for_vn, vn))
622+
push!(trans, istrans(metadata_for_vn, vn))
623623
end
624624

625625
return Metadata(idcs, vns, ranges, vals, dists, trans)

0 commit comments

Comments
 (0)