We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6816d7 commit b70bdfeCopy full SHA for b70bdfe
src/actuator/ActuatorFunctorsFAST.C
@@ -32,7 +32,7 @@ ActFastCacheRelativeVelocities(ActuatorBulkFAST& actBulk)
32
const int turbId = actBulk.localTurbineId_;
33
34
Kokkos::parallel_for(
35
- "cache rel vel", range_policy, KOKKOS_LAMBDA(int i) {
+ "cache rel vel", range_policy, ACTUATOR_LAMBDA(int i) {
36
int index = i - offset(turbId);
37
auto rV = Kokkos::subview(relVel, i, Kokkos::ALL);
38
fast->getRelativeVelForceNode(rV.data(), index, turbId);
0 commit comments