diff --git a/example/Vector/7_SPH_dlb/main.cpp b/example/Vector/7_SPH_dlb/main.cpp index 1b96c6f4a48a3b65e636439891f7c19acdda806f..d79675ebda066428efbe5b99ad5b7e1495591299 100644 --- a/example/Vector/7_SPH_dlb/main.cpp +++ b/example/Vector/7_SPH_dlb/main.cpp @@ -949,7 +949,7 @@ inline void sensor_pressure(Vector & vd, } // Get the position of the neighborhood particle q - Point<3,double> xq = vd.template getPos(q); + Point<3,double> xq = vd.getPos(q); // Calculate the contribution of the particle to the pressure // of the probe