diff --git a/cpp/tally.h b/cpp/tally.h index 13fef6dccb..768a496256 100644 --- a/cpp/tally.h +++ b/cpp/tally.h @@ -47,6 +47,10 @@ namespace pyne /// Converts a Tally to a string stream representation. std::ostream& operator<< (std::ostream& os, Tally tally); + + /// A stuct for reprensenting fundemental data in a tally + /// Maybe Useful for HDF5 representations. + /// following scoptaz's lead here typedef struct tally_struct { std::string tally_type; std::string particle_name;