Skip to content

Commit

Permalink
Fixing small bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tkralphs committed Jul 20, 2023
1 parent d5b11a4 commit 0b94646
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/AlpsKnowledgeBroker.h
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,8 @@ class ALPSLIB_EXPORT AlpsKnowledgeBroker {
/** Do some initialization for search. */
virtual void initializeSearch(int argc,
char* argv[],
AlpsModel& model) = 0;
AlpsModel& model,
bool showBanner = true) = 0;

/** Explore the tree rooted as the given root. */
virtual void rootSearch(AlpsTreeNode* root) = 0;
Expand Down

0 comments on commit 0b94646

Please sign in to comment.