|
1 | 1 | diff --git a/framework/src/variables/MooseVariableData.C b/framework/src/variables/MooseVariableData.C |
2 | | -index 48d74988..8f8a76a2 100644 |
| 2 | +index cc78d8d4..3032145c 100644 |
3 | 3 | --- a/framework/src/variables/MooseVariableData.C |
4 | 4 | +++ b/framework/src/variables/MooseVariableData.C |
5 | | -@@ -515,10 +515,10 @@ MooseVariableData<OutputType>::computeValuesInternal() |
6 | | - else if constexpr (is_second) |
7 | | - dest[qp].setZero(this->_count, LIBMESH_DIM * LIBMESH_DIM); |
8 | | - else |
9 | | -- static_assert(Moose::always_false<OutputType, dest_array_type>, "Unsupported type"); |
10 | | -+ ; |
11 | | - } |
| 5 | +@@ -464,10 +464,10 @@ MooseVariableData<OutputType>::fill(DestinationType & dest, |
| 6 | + else if constexpr (is_second) |
| 7 | + dest[qp].setZero(this->_count, LIBMESH_DIM * LIBMESH_DIM); |
12 | 8 | else |
13 | 9 | - static_assert(Moose::always_false<OutputType, dest_array_type>, "Unsupported type"); |
14 | 10 | + ; |
15 | | - }; |
| 11 | + } |
| 12 | + else |
| 13 | +- static_assert(Moose::always_false<OutputType, dest_array_type>, "Unsupported type"); |
| 14 | ++ ; |
| 15 | + }; |
16 | 16 |
|
17 | | - // Accumulates a value |
18 | | -@@ -531,7 +531,7 @@ MooseVariableData<OutputType>::computeValuesInternal() |
19 | | - else if constexpr (is_gradient || is_second) |
20 | | - dest[qp].add_scaled(phi[i][qp], dof_values[i]); |
21 | | - else |
22 | | -- static_assert(Moose::always_false<OutputType, dest_array_type>, "Unsupported type"); |
23 | | -+ ; |
24 | | - } |
25 | | - else if constexpr (is_eigen) |
26 | | - { |
27 | | -@@ -547,10 +547,10 @@ MooseVariableData<OutputType>::computeValuesInternal() |
28 | | - dest[qp].col(d++) += phi[i][qp](d1, d2) * dof_values[i]; |
29 | | - } |
30 | | - else |
31 | | -- static_assert(Moose::always_false<OutputType, dest_array_type>, "Unsupported type"); |
32 | | -+ ; |
| 17 | + // Accumulates a value |
| 18 | +@@ -480,7 +480,7 @@ MooseVariableData<OutputType>::fill(DestinationType & dest, |
| 19 | + else if constexpr (is_gradient || is_second) |
| 20 | + dest[qp].add_scaled(phi[i][qp], dof_values[i]); |
| 21 | + else |
| 22 | +- static_assert(Moose::always_false<OutputType, dest_array_type>, "Unsupported type"); |
| 23 | ++ ; |
| 24 | + } |
| 25 | + else if constexpr (is_eigen) |
| 26 | + { |
| 27 | +@@ -496,10 +496,10 @@ MooseVariableData<OutputType>::fill(DestinationType & dest, |
| 28 | + dest[qp].col(d++) += phi[i][qp](d1, d2) * dof_values[i]; |
33 | 29 | } |
34 | 30 | else |
35 | 31 | - static_assert(Moose::always_false<OutputType, dest_array_type>, "Unsupported type"); |
36 | 32 | + ; |
37 | | - }; |
| 33 | + } |
| 34 | + else |
| 35 | +- static_assert(Moose::always_false<OutputType, dest_array_type>, "Unsupported type"); |
| 36 | ++ ; |
| 37 | + }; |
38 | 38 |
|
39 | | - dest.resize(nqp); |
| 39 | + dest.resize(nqp); |
0 commit comments