made the factorization a separate routine

This commit is contained in:
Mark Borgerding
2003-11-12 01:09:35 +00:00
parent 140f106743
commit 206e28f11c
6 changed files with 156 additions and 87 deletions

View File

@ -36,6 +36,5 @@ void pstats_report()
{
ps_report();
tms_report();
fprintf(stderr,"\n");
}