IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 6, 2004, 12:34:06 PM (22 years ago)
Author:
desonia
Message:

astyle fixed?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/dataManip/tst_psMinimize01.c

    r1177 r1406  
    4444    if (whichParamDeriv == 0) {
    4545        tmp = exp(-lambda * x);
    46     } else if (whichParamDeriv == 1) {
    47         tmp = -x * A * exp(-lambda * x);
    48     } else if (whichParamDeriv == 2) {
    49         tmp = 1.0;
    50     }
     46    } else
     47        if (whichParamDeriv == 1) {
     48            tmp = -x * A * exp(-lambda * x);
     49        } else
     50            if (whichParamDeriv == 2) {
     51                tmp = 1.0;
     52            }
    5153
    5254    //    printf("--------- myFuncDeriv((%.1f) %.1f %.1f %.1f, %d) is %.1f ---------\n",
Note: See TracChangeset for help on using the changeset viewer.