aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2015-11-17 13:39:20 +0100
committerThomas White <taw@physics.org>2015-11-17 13:41:05 +0100
commit6a3d8585b6613629a1744ca7bdc2ee8c8fe89bb1 (patch)
tree0327b545a23acf78fd2990db28a0a9e10f7bec67
parent0da136dd6faec832cd25e964c13f6081e0899a17 (diff)
Make integration WITHOUT gradient background the default
-rw-r--r--src/indexamajig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c
index 7fe66805..94ce6a42 100644
--- a/src/indexamajig.c
+++ b/src/indexamajig.c
@@ -235,7 +235,7 @@ int main(int argc, char *argv[])
}
iargs.indm = NULL; /* No default */
iargs.ipriv = NULL; /* No default */
- iargs.int_meth = integration_method("rings-nocen-nosat-grad", NULL);
+ iargs.int_meth = integration_method("rings-nocen-nosat-nograd", NULL);
iargs.push_res = 0.0;
iargs.highres = +INFINITY;
iargs.fix_profile_r = -1.0;