IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 13, 2006, 2:04:43 PM (20 years ago)
Author:
Paul Price
Message:

Removing inline from header file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psSparse.h

    r7550 r7551  
    4141
    4242// define a new sparse matrix equation vector element
    43 void inline psSparseVectorElement(psSparse *sparse, // Matrix to which to add
    44                                   int i,      // Index to add
    45                                   float value  // Value to add
    46                                  );
     43void psSparseVectorElement(psSparse *sparse, // Matrix to which to add
     44                           int i,      // Index to add
     45                           float value  // Value to add
     46                          );
    4747
    4848// perform the operation matrix * vector on a sparse matrix and a vector
Note: See TracChangeset for help on using the changeset viewer.