Skip to content

Commit 65cbeda

Browse files
author
Ayla Khan
committed
Use correct element.
1 parent 6821751 commit 65cbeda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Testing/Utils/SCIRunFieldSamples.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ void triCubeGeometry(FieldHandle field)
148148
vmesh->add_elem(vdata2);
149149
VMesh::Node::array_type vdata3;
150150
vdata3 += 1, 0, 2;
151-
vmesh->add_elem(vdata2);
151+
vmesh->add_elem(vdata3);
152152
VMesh::Node::array_type vdata4;
153153
vdata4 += 1, 3, 2;
154154
vmesh->add_elem(vdata4);

0 commit comments

Comments
 (0)