From 33f1e6da88d0c3502ad560cea43764e84a4cb056 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Sch=C3=B6berl?= Date: Thu, 7 Feb 2019 20:26:55 +0100 Subject: [PATCH] namespace for tAVX --- libsrc/visualization/soldata.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libsrc/visualization/soldata.hpp b/libsrc/visualization/soldata.hpp index b5f2b793..de6d8233 100644 --- a/libsrc/visualization/soldata.hpp +++ b/libsrc/visualization/soldata.hpp @@ -103,10 +103,10 @@ namespace netgen #ifdef __SSE__ virtual bool GetMultiSurfValue (size_t selnr, size_t facetnr, size_t npts, - const tAVXd * xref, - const tAVXd * x, - const tAVXd * dxdxref, - tAVXd * values) + const netgen::tAVXd * xref, + const netgen::tAVXd * x, + const netgen::tAVXd * dxdxref, + netgen::tAVXd * values) { cerr << "GetMultiSurfVaue not overloaded for SIMD" << endl; return false;