From e020be611a6bc00b37b487ba1964edc88c414d91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Mon, 9 Aug 2010 21:29:54 +0000 Subject: [PATCH] M-x delete-trailing-whitespace . --- hybsys.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hybsys.h b/hybsys.h index 77c50963..2a0a50e4 100644 --- a/hybsys.h +++ b/hybsys.h @@ -21,7 +21,7 @@ struct Sparse int m; int n; MAT_SIZE_T *ia; - MAT_SIZE_T *ja; + MAT_SIZE_T *ja; double *sa; }; @@ -57,6 +57,6 @@ hybsys_compute_press_flux(int nc, const int *nconn, const int *conn, double *work, const int lwork); void -hybsys_assemble(int nc, int nf, int *nconn, int *conn, double *S, double *R, +hybsys_assemble(int nc, int nf, int *nconn, int *conn, double *S, double *R, struct Sparse *A, double **b); #endif /* HYBSYS_H_INCLUDED */