Changeset 5757


Ignore:
Timestamp:
Sep 9, 2008, 4:08:36 PM (16 years ago)
Author:
ole
Message:

minor

Files:
2 edited

Legend:

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

    r5750 r5757  
    57785778
    57795779        # Variable definitions
    5780         outfile.createVariable('permutation', Int, ('number_of_points',))       
     5780        outfile.createVariable('permutation', Int, ('number_of_points',)) 
    57815781        outfile.createVariable('x', sts_precision, ('number_of_points',))
    57825782        outfile.createVariable('y', sts_precision, ('number_of_points',))
  • clean_all.py

    r5747 r5757  
    2323# Data files (may be recovered from repository with svn up)
    2424extensions_to_delete += ['.tms',
    25                          '.tsh',
     25                         #'.tsh',
    2626                         '.msh',
    2727                         '.pts',
Note: See TracChangeset for help on using the changeset viewer.