- Timestamp:
- 08/29/08 13:28:22 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openopt/scikits/openopt/Kernel/objFunRelated.py
r1237 r1238 139 139 objectFlag = False 140 140 141 if getDerivative and objectFlag and hasattr(fun, 'd'):141 if getDerivative and objectFlag: 142 142 v = fun.D(x) 143 143 if extractInd is not None: v = atleast_2d(v)[extractInd]
