aboutsummaryrefslogtreecommitdiff
path: root/src/Newton.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Newton.c')
-rw-r--r--src/Newton.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Newton.c b/src/Newton.c
index 0dbb627..c1af7f3 100644
--- a/src/Newton.c
+++ b/src/Newton.c
@@ -9,6 +9,9 @@
#include "TP_utilities.h"
#include "TwoPunctures.h"
+static void relax (double *dv, int nvar, int n1, int n2, int n3, double *rhs,
+ int *ncols, int **cols, double **JFD);
+
// -----------------------------------------------------------------------------------
void
resid (double *res, int ntotal, double *dv, double *rhs,