Skip to content

Commit

Permalink
was an easy fix
Browse files Browse the repository at this point in the history
add to let update know to use CellData rather than PointData
code was in place but was returning False rather than True in this instance
fix #1234
still need to add tests
  • Loading branch information
doutriaux1 committed Apr 27, 2015
1 parent ce1fbfb commit 94e78a4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions testing/vcs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,11 @@ cdat_add_test(vcs_test_taylor_2_quads
${BASELINE_DIR}/test_vcs_issue_960_labels_1.png
${BASELINE_DIR}/test_vcs_issue_960_labels_2.png
)
cdat_add_test(vcs_test_animate_boxfill
"${PYTHON_EXECUTABLE}"
${cdat_SOURCE_DIR}/testing/vcs/test_animate_boxfill.py
${BASELINE_DIR}
)
cdat_add_test(vcs_test_animate_isoline
"${PYTHON_EXECUTABLE}"
${cdat_SOURCE_DIR}/testing/vcs/test_animate_isoline.py
Expand Down

0 comments on commit 94e78a4

Please sign in to comment.