better place for the prototype of spConstMult()

This commit is contained in:
rlar 2010-07-23 20:09:50 +00:00
parent 9da90f5329
commit 92353ab6d5
3 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2010-07-23 Robert Larice
* src/include/smpdefs.h ,
* src/include/spmatrix.h :
better place for the prototype of spConstMult()
2010-07-23 Robert Larice
* src/ciderlib/oned/onecont.c ,
* src/ciderlib/oned/onepoiss.c ,

View File

@ -38,7 +38,6 @@ SMPelement * SMPfindElt( SMPmatrix *, int , int , int );
int SMPcZeroCol(SMPmatrix *eMatrix, int Col);
int SMPcAddCol(SMPmatrix *eMatrix, int Accum_Col, int Addend_Col);
int SMPzeroRow(SMPmatrix *eMatrix, int Row);
void spConstMult(SMPmatrix*, double);
#ifdef PARALLEL_ARCH
void SMPcombine(SMPmatrix *Matrix, double RHS[], double Spare[]);
void SMPcCombine(SMPmatrix *Matrix, double RHS[], double Spare[],

View File

@ -286,6 +286,7 @@ extern void spSetComplex( MatrixPtr );
extern void spSetReal( MatrixPtr );
extern void spStripFills( MatrixPtr );
extern void spWhereSingular(MatrixPtr, int*, int* );
extern void spConstMult(MatrixPtr, double);
/* Functions with argument lists that are dependent on options. */