commit fcd1001762977ef2e9938b662a512008d6052766
parent 34bdb09e38ca79d613ad830b9c926e09f9ccf232
Author: Ursula Rasthofer <urasthofer@ethz.ch>
Date: Tue, 7 Feb 2017 12:32:14 +0100
extension of state for solution of positions
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common.h b/common.h
@@ -128,7 +128,7 @@ inline State<T,_SIZE> operator*(Real const c, State<T,_SIZE> const& SV)
typedef State<Real,1> State1;
typedef State<Real,2> State2;
-
+typedef State<Real,8> State8;
template <typename T, int _SS=0, int _SE=0>
class LightVector