Open rwcarlsen opened 9 years ago
The section here: http://fuelcycle.org/arche/cycpp.html#inventories is incorrect about Inventories type. Inventories is strictly for snapshot and restart. Archetypes should not use it as a state variable. They should only use ResBuf (or ResMap).
Is this still the case? The website says something radically different than this.
The section here: http://fuelcycle.org/arche/cycpp.html#inventories is incorrect about Inventories type. Inventories is strictly for snapshot and restart. Archetypes should not use it as a state variable. They should only use ResBuf (or ResMap).