]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Use a smaller excess size for Intel's compiler.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 17 May 2001 13:32:05 +0000 (13:32 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 17 May 2001 13:32:05 +0000 (13:32 +0000)
git-svn-id: https://svn.dealii.org/trunk@4647 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/tensor_base.h

index fe4d70d116f5d119c1c40c67a13bc3dc2d03fd4a..31d4d4e99018de48f9fa60fdb8bac0cfcf6e5b5f 100644 (file)
@@ -82,7 +82,7 @@ class Tensor<1,dim>
                                      * likely to overflow memory
                                      * limits.
                                      */
-    typedef double array_type[(dim!=0) ? dim : 1000000000];
+    typedef double array_type[(dim!=0) ? dim : 100000000];
     
                                     /**
                                      * Constructor. Initialize all entries

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.