Changeset 5548


Ignore:
Timestamp:
Jul 22, 2008, 12:52:29 PM (16 years ago)
Author:
ole
Message:

Investigated error that only appears in Windows.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/shallow_water/test_data_manager.py

    r5544 r5548  
    69866986
    69876987       
     6988        #print 'stage', stage
     6989        #print 'elevation', elevation
     6990       
    69886991        # The quantities stored in the .sts file should be the weighted sum of the
    69896992        # quantities written to the mux2 files subject to the permutation vector.
     
    70217024        # The ymomentum stored in the .sts file should be the sum of the va
    70227025        # in the two mux2 files multiplied by the depth.
     7026       
     7027       
     7028        #print transpose(va_ref*depth_ref)
     7029        #print ymomentum
     7030       
    70237031        assert allclose(transpose(va_ref*depth_ref), ymomentum)
    70247032
Note: See TracChangeset for help on using the changeset viewer.