Skip to content

Commit

Permalink
no friend class needed for package
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearkatie committed Apr 17, 2024
1 parent 8f47fcb commit 6e63f52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/package.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ namespace cyclus {

/// Packager is a class that packages materials into discrete items in ways that mimic realistic nuclear material handling. Packages will eventually be a required parameter of resources.
class Package {
friend class Context;
public:
typedef boost::shared_ptr<Package> Ptr;

Expand Down

0 comments on commit 6e63f52

Please sign in to comment.