[cig-commits] commit: Change default size to 64

Mercurial hg at geodynamics.org
Sun Mar 11 04:46:16 PDT 2012


changeset:   82:dec30a218834
tag:         tip
user:        Walter Landry <wlandry at caltech.edu>
date:        Sun Mar 11 04:46:02 2012 -0700
files:       constants.hxx
description:
Change default size to 64


diff -r 15eb88729afc -r dec30a218834 constants.hxx
--- a/constants.hxx	Sun Mar 11 04:06:50 2012 -0700
+++ b/constants.hxx	Sun Mar 11 04:46:02 2012 -0700
@@ -1,4 +1,4 @@ const int N(128);
-const int N(128);
+const int N(64);
 const int Nx(N);
 const int Ny(N);
 const double min_eta=1;



More information about the CIG-COMMITS mailing list