Ignore:
Timestamp:
Jun 10, 2009, 5:28:35 PM (16 years ago)
Author:
rwilson
Message:

Back-merge from Numeric to numpy.

File:
1 edited

Legend:

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

    r7035 r7176  
    700700                               ('num_of_segments', 'num_of_segment_ends'))
    701701        outfile.variables['segments'][:] = mesh['segments']
    702         if mesh['segment_tags'].shape[0] > 0:
     702        if (mesh['segment_tags'].shape[1] > 0):
    703703            outfile.createDimension('num_of_segment_tag_chars',
    704704                                    mesh['segment_tags'].shape[1])
Note: See TracChangeset for help on using the changeset viewer.