Changeset 2146


Ignore:
Timestamp:
Dec 15, 2005, 10:29:18 AM (18 years ago)
Author:
duncan
Message:

scenario

File:
1 edited

Legend:

Unmodified
Added
Removed
  • production/gippsland_2005/run_gippsland.py

    r2136 r2146  
    5757
    5858#Create the mesh without elevation data
    59 # 100000 very course
    60 # 50000 seems to be a show stopper
    61 meshname, triagle_count = cache(create_mesh,(100000),
     59# 100000 very course - 16,827 triangle mesh
     60# 50000 seems to be a show stopper - 333,756 triangle mesh
     61meshname, triagle_count = cache(create_mesh,(50000),
    6262                      {'mesh_file':meshname,
    6363                       'triangles_in_name':True}
Note: See TracChangeset for help on using the changeset viewer.