IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 14, 2004, 9:40:15 AM (22 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataManip/psMinimize.c

    r845 r1022  
    1515#include "float.h"
    1616#include <math.h>
    17 // GUS: rewrite so there is no maximum order for the polynomials.
     17// NOTE: rewrite so there is no maximum order for the polynomials.
    1818#define MAX_POLY_ORDER 10
    1919#define MAX_POLYNOMIAL_TERMS  (((MAX_POLY_ORDER+1) * (MAX_POLY_ORDER + 2)) / 2)
     
    243243        }
    244244        col[j] = 1.0;
    245         // GUS: substitue the LUD rotine
     245        // NOTE: substitue the LUD rotine
    246246        //        lubksb(A, N, indx, col);
    247247        for(i=1;i<=N;i++) {
Note: See TracChangeset for help on using the changeset viewer.