We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bf82ec commit ae110e2Copy full SHA for ae110e2
spatial_cell.hpp
@@ -155,9 +155,9 @@ namespace spatial_cell {
155
Real V_R[3];
156
Real RHO_V;
157
Real V_V[3];
158
- Real P[3];
159
- Real P_R[3];
160
- Real P_V[3];
+ Real P[6];
+ Real P_R[6];
+ Real P_V[6];
161
Real RHOLOSSADJUST = 0.0; /*!< Counter for particle number loss from the destroying blocks in blockadjustment*/
162
Real max_dt[2]; /**< Element[0] is max_r_dt, element[1] max_v_dt.*/
163
Real velocityBlockMinValue;
0 commit comments