template <int dim> class Point;
template <int rank_, int dim> class Tensor;
+template <int dim> class Tensor<1,dim>;
template<typename number> class Vector;
/**
#include <base/tensor_base.h>
template <int rank_, int dim> class Tensor;
+template <int dim> class Tensor<1,dim>;
/**
* Provide a general tensor class with an arbitrary rank, i.e. with
// general template; specialized for rank==1; the general template is in
// tensor.h
template <int rank, int dim> class Tensor;
+template <int dim> class Tensor<1,dim>;
/**
<h3>base</h3>
<ol>
+ <li> <p>
+ Fixed: When forward declaring the <code
+ class="class">Tensor</code> class, we now also forward declare
+ its partial specialization for a rank one tensor. Not doing so
+ confused Sun's Forte compiler.
+ <br>
+ (WB 2002/03/22)
+ </p>
+
<li> <p>
Fixed: The class <code class="class">TensorFunction</code>
now uses local types <code class="class">value_type</code> and
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