forked from ESCOMP/CTSM
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make "single-point" tests actually include multiple points
Include three points, where point 2 is the point of interest and points 1 and 3 just exist to give some (but not complete) assurance that we don't accidentally do whole-array assignments (foo = bar(p)) where we meant to do single-element assignments (foo(p) = bar(p)) (because, if we did such an assignment, this would overwrite the values in points 1 and 3, which otherwise should remain unchanged).
- Loading branch information
Showing
2 changed files
with
138 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters