From: wolf Date: Thu, 5 Nov 1998 18:34:30 +0000 (+0000) Subject: Small test program to assist the development of the tensor classes. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9999377d29ceef3bdd7389dfa197231aaac70396;p=dealii-svn.git Small test program to assist the development of the tensor classes. git-svn-id: https://svn.dealii.org/trunk@636 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/base/tensor.cc b/tests/base/tensor.cc new file mode 100644 index 0000000000..3c030bb652 --- /dev/null +++ b/tests/base/tensor.cc @@ -0,0 +1,27 @@ +#include +#include + +int main () { + const unsigned int dim=3; + + Tensor<2,dim> t; + Tensor<2,dim> tt; + + for (unsigned int i=0; i