diff options
author | Anthony LaTorre <tlatorre9@gmail.com> | 2011-08-16 17:08:11 -0400 |
---|---|---|
committer | Anthony LaTorre <tlatorre9@gmail.com> | 2011-08-16 17:08:11 -0400 |
commit | 56ebfae1830cba926fd5fd4054b2dd555cf83ae9 (patch) | |
tree | 08cd648e494e524232cd0bf37cc130dd0f993d2c /fileio/root.C | |
parent | 54d7d1efe215337d121813e27cd4909b9a76e912 (diff) | |
parent | c453b941faa31b29ad0ae5b4c755c174e29e686c (diff) | |
download | chroma-56ebfae1830cba926fd5fd4054b2dd555cf83ae9.tar.gz chroma-56ebfae1830cba926fd5fd4054b2dd555cf83ae9.tar.bz2 chroma-56ebfae1830cba926fd5fd4054b2dd555cf83ae9.zip |
merge
Diffstat (limited to 'fileio/root.C')
-rw-r--r-- | fileio/root.C | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fileio/root.C b/fileio/root.C index 9a959f5..8f7d0a9 100644 --- a/fileio/root.C +++ b/fileio/root.C @@ -18,6 +18,7 @@ struct Track { double t; TVector3 pos; TVector3 dir; + double start_time; double total_energy; }; |