Changes between Version 11 and Version 12 of ValidationSimple
- Timestamp:
- Oct 4, 2008, 2:38:16 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ValidationSimple
v11 v12 66 66 double x; 67 67 68 retval = get_output_file_path(result, fi );68 retval = get_output_file_path(result, fi.path); 69 69 if (retval) return retval; 70 70 retval = try_fopen(fi.path.c_str(), f, "r");