From 77edbd42b918f3448ab4004dfe96b8a96621c348 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Thu, 5 Sep 2013 18:24:19 +0300 Subject: [PATCH] Add missing return statements --- source/linal/matrix.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/linal/matrix.h b/source/linal/matrix.h index 599c1dc..f18eb2f 100644 --- a/source/linal/matrix.h +++ b/source/linal/matrix.h @@ -68,6 +68,7 @@ inline Matrix Matrix::from_columns(const Vector *v) for(unsigned i=0; i @@ -77,6 +78,7 @@ inline Matrix Matrix::from_rows(const Vector *v) for(unsigned i=0; i -- 2.43.0