Skip to content

Commit

Permalink
Merge branch 'master' of ssh://github.com/VinzenzBildstein/GRSISort
Browse files Browse the repository at this point in the history
  • Loading branch information
VinzenzBildstein committed Jun 13, 2017
2 parents a97eb53 + ca27e74 commit 21ba8dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/TAnalysisOptions.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class TAnalysisOptions : public TObject {
bool fStaticWindow; ///< Flag to use static window (default moving)

/// \cond CLASSIMP
ClassDef(TAnalysisOptions, 1); ///< Class for storing options in GRSISort
ClassDef(TAnalysisOptions, 2); ///< Class for storing options in GRSISort
/// \endcond
};
/*! @} */
Expand Down
2 changes: 1 addition & 1 deletion include/TGRSIOptions.h
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ class TGRSIOptions : public TObject {
bool fSelectorOnly; ///< Flag to turn PROOF off in grsiproof

/// \cond CLASSIMP
ClassDef(TGRSIOptions, 2); ///< Class for storing options in GRSISort
ClassDef(TGRSIOptions, 3); ///< Class for storing options in GRSISort
/// \endcond
};
/*! @} */
Expand Down

0 comments on commit 21ba8dc

Please sign in to comment.