Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearkatie committed Jan 23, 2024
1 parent 6bc744b commit bf954a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cycamore Change Log
**Changed:**

* Updated build procedure to use newer versions of packages in 2023 (#549)

* Added active/dormant and request size variation from buy policy to Storage (#546, #568)

v1.5.5
====================
Expand Down
4 changes: 2 additions & 2 deletions src/storage.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ class Storage

// --- Agent Members ---
///
virtual void SetUpBuyPolicy();

/// Sets up the Storage Facility's trade requests
virtual void EnterNotify();

Expand All @@ -125,6 +123,8 @@ class Storage
virtual std::string version() { return CYCAMORE_VERSION; }

protected:
/// @brief sets up the distributions for the buy policy
void SetUpBuyPolicy();
/// @brief adds a material into the incoming commodity inventory
/// @param mat the material to add to the incoming inventory.
/// @throws if there is trouble with pushing to the inventory buffer.
Expand Down

0 comments on commit bf954a6

Please sign in to comment.