Ignore:
Timestamp:
Apr 24, 2009, 5:22:14 PM (15 years ago)
Author:
rwilson
Message:

Back-merge from Numeric trunk to numpy branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/numpy/anuga/load_mesh/loadASCII.py

    r6553 r6902  
    817817        mesh['vertex_attributes'] = None
    818818
    819     mesh['vertex_attribute_titles'] = []
     819#    mesh['vertex_attribute_titles'] = []
    820820    try:
    821821        titles = fid.variables['vertex_attribute_titles'][:]
     
    829829        mesh['segments'] = num.array([], num.int)      #array default#
    830830
    831     mesh['segment_tags'] = []
     831#    mesh['segment_tags'] = []
    832832    try:
    833833        tags = fid.variables['segment_tags'][:]
     
    844844        mesh['triangle_neighbors'] = num.array([], num.int)     #array default#
    845845
    846     mesh['triangle_tags'] = []
     846#    mesh['triangle_tags'] = []
    847847    try:
    848848        tags = fid.variables['triangle_tags'][:]
Note: See TracChangeset for help on using the changeset viewer.