Changeset 6480 for branches/rel10_ifa/psModules/src/objects/pmObjects.c
- Timestamp:
- Feb 23, 2006, 6:03:45 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/objects/pmObjects.c
r6448 r6480 6 6 * @author EAM, IfA: significant modifications. 7 7 * 8 * @version $Revision: 1.9.4. 1$ $Name: not supported by cvs2svn $9 * @date $Date: 2006-02- 17 17:13:42$8 * @version $Revision: 1.9.4.2 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-02-24 04:03:45 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 1703 1703 } 1704 1704 } 1705 x->n = nPix; 1706 y->n = nPix; 1707 yErr->n = nPix; 1705 1708 if (nPix < nParams + 1) { 1706 1709 psTrace (".pmObjects.pmSourceFitModel", 4, "insufficient valid pixels\n"); … … 1712 1715 return(false); 1713 1716 } 1714 x->n = nPix;1715 y->n = nPix;1716 yErr->n = nPix;1717 1717 1718 1718 // XXX EAM : the new minimization API supplies the constraints as a struct
Note:
See TracChangeset
for help on using the changeset viewer.
