Changeset 131


Ignore:
Timestamp:
04/29/09 14:59:24 (16 years ago)
Author:
Mathieu Morlighem
Message:

cosmetics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/test/Verification/IceSheetNoIceFrontM2d_16/runme.m

    r127 r131  
    7474                %disp test result
    7575                if (error_diff>tolerance);
    76                         disp(sprintf(['\n\ntest: ' testname  ', solution: ' solution  ', package: ' package ' -> ERROR (difference=' num2str(error_diff) ' > ' num2str(tolerance) ')\n\n']));
     76                        disp(sprintf(['\n\nERROR (difference = %8.3g > %g)   --->   test: ' testname ', solution: ' solution  ', package: ' package '.\n\n'],error_diff,tolerance));
    7777                else
    78                         disp(sprintf(['\n\ntest: ' testname  ', solution: ' solution  ', package: ' package ' -> SUCCESS (difference=' num2str(error_diff) ' < ' num2str(tolerance) ')\n\n']));
     78                        disp(sprintf(['\n\nSUCCESS (difference = %8.3g < %g)   --->   test: ' testname ', solution: ' solution  ', package: ' package '.\n\n'],error_diff,tolerance));
    7979                end
    8080        end
Note: See TracChangeset for help on using the changeset viewer.