IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 28, 2004, 7:38:54 PM (22 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

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

    r1122 r1123  
    122122
    123123    for (i=0;i<domain->numRows;i++) {
    124         //        printf("Data item %d is ( ", i);
     124        printf("Data item %d is ( ", i);
    125125        for (j=0;j<domain->numCols;j++) {
    126126            tmpVecPtr->data.F32[j] = domain->data.F32[i][j];
    127             //            printf("%.1f ", tmpVecPtr->data.F32[j]);
     127            printf("%.1f ", tmpVecPtr->data.F32[j]);
    128128        }
    129129        tmpf = evalModel(tmpVecPtr, inputParameterList);
    130         //        printf(" ).  Output is %.1f\n", tmpf);
     130        printf(" ).  Output is %.1f\n", tmpf);
    131131
    132132        gsl_vector_set(outData, i, (tmpf - data->data.F32[i])/
Note: See TracChangeset for help on using the changeset viewer.