aboutsummaryrefslogtreecommitdiff
path: root/tests/pr_gradient_check.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-05-26 17:15:00 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:29 +0100
commit7145a346b525f55f5483b27107c1c7c04d6d6b87 (patch)
tree9fe42a0ad24a6d1d4d40ceb754fb9d22d300dd89 /tests/pr_gradient_check.c
parent211af60eed86a0e0d24f244c999acb35b5c40b7f (diff)
Add missing plot_graph() function
Diffstat (limited to 'tests/pr_gradient_check.c')
-rw-r--r--tests/pr_gradient_check.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/pr_gradient_check.c b/tests/pr_gradient_check.c
index 6ebe28bb..6b423f53 100644
--- a/tests/pr_gradient_check.c
+++ b/tests/pr_gradient_check.c
@@ -211,6 +211,12 @@ static int test_gradients(struct image *image, double incr_val, int refine,
}
+static void plot_graph(struct image *image, double incr_frac, int refine)
+{
+
+}
+
+
int main(int argc, char *argv[])
{
struct image image;