Changeset 4279
- Timestamp:
- Feb 23, 2007, 3:52:16 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/caching/caching.py
r4277 r4279 2308 2308 # Changed by Duncan and Nick 21/2/07 .flat has problems with 2309 2309 # non-contigous arrays and ravel is equal to .flat except it 2310 # can work with non-contig ousarrays2310 # can work with non-contiguous arrays 2311 2311 if len(Numeric.ravel(args)) > textwidth: 2312 2312 args = 'Array: ' + str(args.shape)
Note: See TracChangeset
for help on using the changeset viewer.