Changes between Version 3 and Version 4 of ValidationSimple


Ignore:
Timestamp:
Apr 27, 2007, 10:47:13 AM (17 years ago)
Author:
KSMarksPsych
Comment:

Updated links to point to wiki pages.

Legend:

Unmodified
Added
Removed
Modified
  • ValidationSimple

    v3 v4  
    2929Here'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.
    3030
    31 This example uses [http://boinc.berkeley.edu/backend_util.php utility functions] get_output_file_path() and try_fopen().
     31This example uses [BackendUtilities utility functions] get_output_file_path() and try_fopen().
    3232{{{
    3333#include <string>