IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 6, 2009, 2:23:58 PM (17 years ago)
Author:
eugene
Message:

minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/detrend/pmFringeStats.c

    r23989 r24095  
    821821
    822822    // Solve the least-squares equation
    823     if (! psMatrixGJSolve(A, B)) {
     823    if (!psMatrixGJSolve(A, B)) {
    824824        psError(PS_ERR_UNKNOWN, false, "Could not solve linear equations.  Returning NULL.\n");
    825825        return false;
Note: See TracChangeset for help on using the changeset viewer.