namespace for tAVX

This commit is contained in:
Joachim Schöberl 2019-02-07 20:26:55 +01:00
parent bf9cffa8de
commit 33f1e6da88

View File

@ -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<double>" << endl;
return false;