IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 16, 2006, 11:43:48 PM (19 years ago)
Author:
magnier
Message:

semicolon

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psMinimizePolyFit.c

    r10548 r10778  
    1010 *  @author EAM, IfA
    1111 *
    12  *  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2006-12-08 11:37:31 $
     12 *  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2006-12-17 09:43:48 $
    1414 *
    1515 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    834834        if (fit == NULL) {
    835835            psError(PS_ERR_UNKNOWN, false, "Could not call psPolynomial3DEvalVector().  Returning NULL.\n");
    836             psFree(resid)
     836            psFree(resid);
    837837            return(NULL);
    838838        }
Note: See TracChangeset for help on using the changeset viewer.