Skip to content

Commit

Permalink
added struct description
Browse files Browse the repository at this point in the history
  • Loading branch information
makeclean committed Apr 16, 2014
1 parent 699f633 commit 1fc6532
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cpp/tally.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1fc6532

Please sign in to comment.