From 7198ffd1070a0bd9bca88ae1384aef0e562482a4 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 3 Feb 2011 12:03:43 +0100 Subject: Move show_matrix_eqn() to utils.c --- src/utils.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index e7223f88..ff8a613b 100644 --- a/src/utils.h +++ b/src/utils.h @@ -21,6 +21,8 @@ #include #include #include +#include +#include #include "thread-pool.h" @@ -69,6 +71,7 @@ extern struct rvec quat_rot(struct rvec q, struct quaternion z); /* --------------------------- Useful functions ----------------------------- */ +extern void show_matrix_eqn(gsl_matrix *M, gsl_vector *v, int r); extern size_t notrail(char *s); extern void chomp(char *s); -- cgit v1.2.3