[cig-commits] r15543 - mc/1D/hc/trunk

becker at geodynamics.org becker at geodynamics.org
Fri Aug 14 11:54:09 PDT 2009


Author: becker
Date: 2009-08-14 11:54:09 -0700 (Fri, 14 Aug 2009)
New Revision: 15543

Modified:
   mc/1D/hc/trunk/sh_ana.c
Log:
Add warning message on low order integration.



Modified: mc/1D/hc/trunk/sh_ana.c
===================================================================
--- mc/1D/hc/trunk/sh_ana.c	2009-08-13 23:35:42 UTC (rev 15542)
+++ mc/1D/hc/trunk/sh_ana.c	2009-08-14 18:54:09 UTC (rev 15543)
@@ -126,6 +126,8 @@
     fprintf(stderr,"               %i: use Healpix's routines internally (output format DT convection)\n\n",SH_HEALPIX);
     fprintf(stderr,"short_format:  0: use long header files format as in HC\n");
     fprintf(stderr,"               1: use short header file format (only lmax)\n\n");
+    fprintf(stderr,"Note that integration accuracy will depend on the choice of l_max,\n");
+    fprintf(stderr,"because only l_max-1 Gauss points are used.\n\n");
     exit(-1);
   }
   if(print_spatial_base)



More information about the CIG-COMMITS mailing list