Changeset 4279


Ignore:
Timestamp:
Feb 23, 2007, 3:52:16 PM (17 years ago)
Author:
nick
Message:

corrected spelling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/caching/caching.py

    r4277 r4279  
    23082308#        Changed by Duncan and Nick 21/2/07 .flat has problems with
    23092309#        non-contigous arrays and ravel is equal to .flat except it
    2310 #        can work with non-contigous arrays
     2310#        can work with non-contiguous arrays
    23112311        if len(Numeric.ravel(args)) > textwidth:
    23122312          args = 'Array: ' + str(args.shape)
Note: See TracChangeset for help on using the changeset viewer.