aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2013-06-10 16:32:31 +0200
committerThomas White <taw@physics.org>2013-06-10 16:32:31 +0200
commit71f3e20da9a1ac99045c6e34de02176524f044bc (patch)
treec120e14a6f7a47ad5d94ccba61848a4c4dce50a8 /src
parentd16071266043b374408ac0bd14fab1d8042e6e08 (diff)
indexamajig: Fix default integration method
Diffstat (limited to 'src')
-rw-r--r--src/indexamajig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c
index d257b50c..b36bbbc2 100644
--- a/src/indexamajig.c
+++ b/src/indexamajig.c
@@ -206,7 +206,7 @@ int main(int argc, char *argv[])
}
iargs.indm = NULL; /* No default */
iargs.ipriv = NULL; /* No default */
- iargs.int_meth = INTEGRATION_RINGS; /* No centering, no saturation */
+ iargs.int_meth = integration_method("rings-nocen", NULL);
/* Long options */
const struct option longopts[] = {