Reformat spoutput.c

Replace tabs by spaces
This commit is contained in:
Holger Vogt 2025-02-24 17:00:44 +01:00
parent 77131a2a33
commit 8694ce2649
1 changed files with 172 additions and 172 deletions

View File

@ -63,7 +63,7 @@ int Printer_Width = PRINTER_WIDTH;
#if DOCUMENTATION #if DOCUMENTATION
/* /*
* PRINT MATRIX * PRINT MATRIX
* *
@ -393,7 +393,7 @@ spPrint(MatrixPtr Matrix, int PrintReordered, int Data, int Header)
/* /*
* OUTPUT MATRIX TO FILE * OUTPUT MATRIX TO FILE
* *
@ -563,7 +563,7 @@ spFileMatrix(MatrixPtr Matrix, char *File, char *Label, int Reordered,
/* /*
* OUTPUT SOURCE VECTOR TO FILE * OUTPUT SOURCE VECTOR TO FILE
* *
@ -647,7 +647,7 @@ spFileVector(MatrixPtr Matrix, char *File, RealVector RHS, RealVector iRHS)
/* /*
* OUTPUT STATISTICS TO FILE * OUTPUT STATISTICS TO FILE
* *