Skip to content

Commit

Permalink
reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
eisenhauer committed Aug 24, 2023
1 parent 7f3cecf commit 5ae2bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/adios2/engine/bp5/BP5Reader.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ class BP5Reader : public BP5Engine, public Engine
MinVarInfo *MinBlocksInfo(const VariableBase &, const size_t Step) const;
bool VarShape(const VariableBase &Var, const size_t Step, Dims &Shape) const;
bool VariableMinMax(const VariableBase &, const size_t Step, MinMaxStruct &MinMax);
adios2::profiling::JSONProfiler m_JSONProfiler;

private:
format::BP5Deserializer *m_BP5Deserializer = nullptr;
Expand Down Expand Up @@ -96,6 +95,7 @@ class BP5Reader : public BP5Engine, public Engine
transportman::TransportMan m_ActiveFlagFileManager;
Remote m_Remote;
bool m_WriterIsActive = true;
adios2::profiling::JSONProfiler m_JSONProfiler;

/** used for per-step reads, TODO: to be moved to BP5Deserializer */
size_t m_CurrentStep = 0;
Expand Down

0 comments on commit 5ae2bab

Please sign in to comment.