diff options
author | Thomas White <taw@physics.org> | 2011-05-26 13:38:14 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:28 +0100 |
commit | 4229426f301b50df58b7ab1acd2dc84aeac3c5e5 (patch) | |
tree | cba8bde6ea25dd7ddb70bf26dafa20161a2d19d5 /tests | |
parent | d824368691552038f74fc5fc79ddb7b25fac55df (diff) |
Fussiness
Diffstat (limited to 'tests')
-rw-r--r-- | tests/pr_gradient_check.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/pr_gradient_check.c b/tests/pr_gradient_check.c index 12bb3290..40897ddd 100644 --- a/tests/pr_gradient_check.c +++ b/tests/pr_gradient_check.c @@ -210,6 +210,7 @@ static int test_gradients(struct image *image, double incr_val, int refine, return 0; } + int main(int argc, char *argv[]) { struct image image; |