Ignore:
Timestamp:
Nov 24, 2010, 4:55:55 PM (13 years ago)
Author:
habili
Message:

Bug fixes, including correct use of starttime and duration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/anuga_1_2_1/anuga_core/source/anuga/__init__.py

    r7874 r8083  
    4343from anuga.file.ungenerate import load_ungenerate
    4444
    45 from anuga.geometry.polygon import read_polygon, plot_polygons, polygon_area
     45from anuga.geometry.polygon import read_polygon, plot_polygons, polygon_area, number_mesh_triangles
    4646from anuga.geometry.polygon_function import Polygon_function
    4747
     
    5353from anuga.utilities.sww_merge import sww_merge
    5454from anuga.utilities.file_utils import copy_code_files
     55from anuga.utilities.file_utils import start_screen_catcher
    5556
    5657from anuga.geometry.polygon import read_polygon
    5758from anuga.caching import cache
     59from anuga.coordinate_transforms.geo_reference import Geo_reference, write_NetCDF_georeference
    5860
    5961#-----------------------------
     
    314316       
    315317
    316 
    317 
    318 
     318#---------------------------
     319# User access functions
     320#---------------------------
     321from anuga.utilities.system_tools import get_user_name, get_host_name
     322from anuga.utilities.system_tools import get_revision_number
     323
Note: See TracChangeset for help on using the changeset viewer.