Skip to content

Commit

Permalink
Merge pull request #38 from alibuild/alibot-cleanup-12410
Browse files Browse the repository at this point in the history
Please consider the following formatting changes to AliceO2Group#12410
  • Loading branch information
mconcas authored Dec 8, 2023
2 parents 00d3d45 + b4222ce commit 247986a
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,12 @@ class TimeFrame

const o2::base::PropagatorImpl<float>* mPropagatorDevice = nullptr; // Needed only for GPU
protected:
template<typename T> void deepVectorClear(std::vector<T>& vec) { std::vector<T>().swap(vec); }
template <typename T>
void deepVectorClear(std::vector<T>& vec)
{
std::vector<T>().swap(vec);
}

private:
float mBz = 5.;
int mBeamPosWeight = 0;
Expand Down

0 comments on commit 247986a

Please sign in to comment.