IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 250


Ignore:
Timestamp:
Mar 15, 2004, 6:27:25 PM (22 years ago)
Author:
Paul Price
Message:

Minor indentation changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/include/psMatrix.h

    r247 r250  
    1515/** Constructor */
    1616psMatrix *
    17 psMatrixAlloc(int Xdimen,                       //!< x dimension of new matrix
    18             int Ydimen                  //!< y dimension of new matrix
    19             );
     17psMatrixAlloc(int Xdimen,               //!< x dimension of new matrix
     18              int Ydimen                //!< y dimension of new matrix
     19    );
    2020
    2121/** Destructor */
    2222void
    2323psMatrixFree(psMatrix *restrict myMatrix        //!< Matrix to destroy
    24             );
     24    );
    2525
    2626/***********************************************************************************************************/
     
    3333               const psMatrix *myMatrix, //!< Matrix to be inverted
    3434               float *restrict determinant //!< Determinant to return, or NULL
    35                );
     35    );
    3636
    3737/** Matrix determinant */
     
    5454                  );
    5555
    56 /** Convert matrix to vector.  Mainly for a 1-d matrix. */
     56/** Convert matrix to vector.  Intended for a 1-d matrix. */
    5757psVector *
    5858psMatrixToVector(psMatrix *myMatrix     //!< Matrix to convert
     59    );
    5960
    6061#endif
Note: See TracChangeset for help on using the changeset viewer.