Changeset 1237

Show
Ignore:
Timestamp:
08/29/08 12:29:10 (3 months ago)
Author:
dmitrey.kroshko
Message:

some oofun-related changes for objFunRelated.py

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openopt/scikits/openopt/Kernel/objFunRelated.py

    r1233 r1237  
    143143                    if extractInd is not None:  v = atleast_2d(v)[extractInd] 
    144144                    if doInplaceCut: v = atleast_2d(v)[ind] 
    145                     r[agregate_counter:agregate_counter+v.size] = v 
     145                    r[agregate_counter:agregate_counter+v.shape[0]] = v 
    146146 
    147147            elif nXvectors == 1: