From b7e446f56729083f4d6fb0fffc9c1a5d67b55e29 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 6 Jun 2013 14:32:42 +0200 Subject: Set default integration method to "rings-nocen" Applying the Principle of Least Surprise before merging to master. Previously, it was rings-cen. --- src/indexamajig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/indexamajig.c') diff --git a/src/indexamajig.c b/src/indexamajig.c index 23f6cf7a..d257b50c 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_method("rings", NULL); + iargs.int_meth = INTEGRATION_RINGS; /* No centering, no saturation */ /* Long options */ const struct option longopts[] = { -- cgit v1.2.3