Ignore:
Timestamp:
Aug 14, 2008, 10:26:06 AM (15 years ago)
Author:
ole
Message:

Implemented default_boundary option in File_boundary and Field_boundary as
per ticket:293 and added a note in the user manual.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/abstract_2d_finite_volumes/test_generic_boundary_conditions.py

    r5221 r5657  
    104104        """Test that boundary values can be read from file and interpolated
    105105        This is using the .tms file format
     106       
     107        See also test_util for comprenhensive testing of the underlying
     108        file_function and also tests in test_datamanager which tests
     109        file_function using the sts format
    106110        """
    107111
     
    269273#-------------------------------------------------------------
    270274if __name__ == "__main__":
    271     suite = unittest.makeSuite(Test_Generic_Boundary_Conditions,'test')
     275    suite = unittest.makeSuite(Test_Generic_Boundary_Conditions, 'test')
    272276    runner = unittest.TextTestRunner()
    273277    runner.run(suite)
Note: See TracChangeset for help on using the changeset viewer.