Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tkralphs committed Jul 20, 2023
1 parent 8919153 commit 9821a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AlpsKnowledgeBrokerSerial.h
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class ALPSLIB_EXPORT AlpsKnowledgeBrokerSerial : public AlpsKnowledgeBroker {
virtual void initializeSearch(int argc,
char* argv[],
AlpsModel& model,
bool shawBanner = true);
bool showBanner = true);

/** Search for best solution. */
virtual void rootSearch(AlpsTreeNode* root);
Expand Down

0 comments on commit 9821a61

Please sign in to comment.