Changeset 3572


Ignore:
Timestamp:
04/20/10 09:39:16 (15 years ago)
Author:
jschierm
Message:

QMU with Dakota: added comment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/utils/Array/string_dim.m

    r3569 r3572  
    3232%  calculate indices base 0 and convert to base 1
    3333
     34%  note that ind2sub might be useful, except that it requires a list
     35%  of scalars rather than a vector for output.
     36
    3437for i=length(asize):-1:1
    3538    aprod=aprod/asize(i);
Note: See TracChangeset for help on using the changeset viewer.