Changes between Version 3 and Version 4 of ValidationSimple
- Timestamp:
- Apr 27, 2007, 10:47:13 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ValidationSimple
v3 v4 29 29 Here's an example in which the output file contains an integer and a double. Two results are considered equivalent if the integer is equal and the doubles differ by no more than 0.01. 30 30 31 This example uses [ http://boinc.berkeley.edu/backend_util.phputility functions] get_output_file_path() and try_fopen().31 This example uses [BackendUtilities utility functions] get_output_file_path() and try_fopen(). 32 32 {{{ 33 33 #include <string>