From fd79f1fcb666d53f6dd136b11f4c2733342716c6 Mon Sep 17 00:00:00 2001 From: astrojhgu Date: Thu, 16 Jul 2009 08:13:58 +0000 Subject: git-svn-id: file:///home/svn/opt_utilities@38 ed2142bd-67ad-457f-ba7c-d818d4011675 --- models/mul_model.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'models') diff --git a/models/mul_model.hpp b/models/mul_model.hpp index 807f8a8..d7cfbe2 100644 --- a/models/mul_model.hpp +++ b/models/mul_model.hpp @@ -156,9 +156,9 @@ namespace opt_utilities } }; - template + template mul_model operator*(const model& m1, - const model& m2) + const model& m2) { return mul_model(m1,m2); } -- cgit v1.2.2