Skip to content

Commit 831f63a

Browse files
committed
fix in correct reference
1 parent bebc1eb commit 831f63a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MeshExportModule.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1493,7 +1493,7 @@ function vtkwritecollection(theFile::String, Connectivity, Points, celltype, tim
14931493
end
14941494
if vectors !== nothing
14951495
@assert length(times) == length(vectors)
1496-
for (i, t, nt) in zip(1:length(times), times, scalars)
1496+
for (i, t, nt) in zip(1:length(times), times, vectors)
14971497
an = nt[1] # name of the shape collection
14981498
d = nt[2]
14991499
pvd[t] = vtkwrite(DataDrop.with_extension(theFile * "-$i", ".vtu"), Connectivity, Points, celltype; vectors=[(an, d)])

0 commit comments

Comments
 (0)