Skip to content

Commit d24d9fa

Browse files
committed
Minor
1 parent dd0f79f commit d24d9fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Output/Output_DumpData_Total_HDF5.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2411,11 +2411,11 @@ void FillIn_InputPara( InputPara_t &InputPara, const int NFieldStored, char Fiel
24112411
InputPara.Par_IntegTracer = amr->Par->IntegTracer;
24122412
InputPara.Par_ImproveAcc = amr->Par->ImproveAcc;
24132413
InputPara.Par_PredictPos = amr->Par->PredictPos;
2414-
InputPara.Par_TracerVelCorr = amr->Par->TracerVelCorr;
24152414
InputPara.Par_RemoveCell = amr->Par->RemoveCell;
24162415
InputPara.Opt__FreezePar = OPT__FREEZE_PAR;
24172416
InputPara.Par_GhostSize = amr->Par->GhostSize;
24182417
InputPara.Par_GhostSizeTracer = amr->Par->GhostSizeTracer;
2418+
InputPara.Par_TracerVelCorr = amr->Par->TracerVelCorr;
24192419
InputPara.Opt__ParInitCheck = OPT__PAR_INIT_CHECK;
24202420
for (int v=0; v<PAR_NATT_FLT_TOTAL; v++)
24212421
InputPara.ParAttFltLabel[v] = ParAttFltLabel[v];
@@ -3451,11 +3451,11 @@ void GetCompound_InputPara( hid_t &H5_TypeID, const int NFieldStored )
34513451
H5Tinsert( H5_TypeID, "Par_IntegTracer", HOFFSET(InputPara_t,Par_IntegTracer ), H5T_NATIVE_INT );
34523452
H5Tinsert( H5_TypeID, "Par_ImproveAcc", HOFFSET(InputPara_t,Par_ImproveAcc ), H5T_NATIVE_INT );
34533453
H5Tinsert( H5_TypeID, "Par_PredictPos", HOFFSET(InputPara_t,Par_PredictPos ), H5T_NATIVE_INT );
3454-
H5Tinsert( H5_TypeID, "Par_TracerVelCorr", HOFFSET(InputPara_t,Par_TracerVelCorr ), H5T_NATIVE_INT );
34553454
H5Tinsert( H5_TypeID, "Par_RemoveCell", HOFFSET(InputPara_t,Par_RemoveCell ), H5T_NATIVE_DOUBLE );
34563455
H5Tinsert( H5_TypeID, "Opt__FreezePar", HOFFSET(InputPara_t,Opt__FreezePar ), H5T_NATIVE_INT );
34573456
H5Tinsert( H5_TypeID, "Par_GhostSize", HOFFSET(InputPara_t,Par_GhostSize ), H5T_NATIVE_INT );
34583457
H5Tinsert( H5_TypeID, "Par_GhostSizeTracer", HOFFSET(InputPara_t,Par_GhostSizeTracer ), H5T_NATIVE_INT );
3458+
H5Tinsert( H5_TypeID, "Par_TracerVelCorr", HOFFSET(InputPara_t,Par_TracerVelCorr ), H5T_NATIVE_INT );
34593459
H5Tinsert( H5_TypeID, "Opt__ParInitCheck", HOFFSET(InputPara_t,Opt__ParInitCheck ), H5T_NATIVE_INT );
34603460

34613461
// store the name of all particle attributes

0 commit comments

Comments
 (0)