Skip to content

Commit

Permalink
Apply code checks
Browse files Browse the repository at this point in the history
  • Loading branch information
mseidel42 committed Jan 23, 2020
1 parent 63075d7 commit b5d033d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ void PhotosppInterface::init() {
if (fIsInitialized)
return; // do init only once
Photospp::Photos::initialize();
Photospp::Photos::createHistoryEntries(true, 746); // P-H-O
Photospp::Photos::createHistoryEntries(true, 746); // P-H-O
std::vector<std::string> par = fPSet->getParameter<std::vector<std::string> >("parameterSets");
for (unsigned int ip = 0; ip < par.size(); ++ip) {
std::string curSet = par[ip];
Expand Down

0 comments on commit b5d033d

Please sign in to comment.