Skip to content

Commit

Permalink
CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearkatie committed Feb 20, 2024
1 parent e33edc2 commit 3a8e410
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Since last release
* Adds support for Cython3 (#1636)
* Adds TotalInvTracker, which allows an inventory cap to be set for multiple resource buffers, and is now required for material buy policy (#1646)
* AddMutalReqs and AddReciepe functions and exclusive bids in python API of DRE (#1584)
* Created Package class and optional declaration of packages in input files (#1673)

**Changed:**

Expand Down
3 changes: 1 addition & 2 deletions src/context.h
Original file line number Diff line number Diff line change
Expand Up @@ -351,8 +351,7 @@ class Context {

std::map<std::string, Agent*> protos_;
std::map<std::string, Composition::Ptr> recipes_;
//std::map<std::string, Package::Ptr> packages_;
std::map<std::string, boost::shared_ptr<Package>> packages_;
std::map<std::string, Package::Ptr> packages_;
std::set<Agent*> agent_list_;
std::set<Trader*> traders_;
std::map<std::string, int> n_prototypes_;
Expand Down

0 comments on commit 3a8e410

Please sign in to comment.