aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2014-10-14 16:17:44 +0200
committerThomas White <taw@physics.org>2014-10-14 16:17:44 +0200
commit8030ccdc24abd2b1c807ceb7c1bb501f6e44d129 (patch)
tree4d86b279c9546b909fd6510d60689ada0fe8cf1f /tests
parentab566d34cfa925eaf0c4ea4bbba5c088b276b119 (diff)
Final gradients for SCGaussian
Diffstat (limited to 'tests')
-rw-r--r--tests/pr_p_gradient_check.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/pr_p_gradient_check.c b/tests/pr_p_gradient_check.c
index a6a2f47e..cedfc9dc 100644
--- a/tests/pr_p_gradient_check.c
+++ b/tests/pr_p_gradient_check.c
@@ -450,8 +450,7 @@ int main(int argc, char *argv[])
STATUS("Testing SCSphere model:\n");
} else if ( i == 1 ) {
pmodel = PMODEL_SCGAUSSIAN;
- STATUS("NOT Testing SCGaussian model.\n");
- continue;
+ STATUS("Testing SCGaussian model.\n");
} else {
ERROR("WTF?\n");
return 1;