[root]/Packages/Uintah/StandAlone/tools/dumpfields
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
worthen | 44 (100.0%) | 174 (100.0%) | 3.9 |
Change quote to brackets in includes
0 lines of code changed in 4 files:
DataArchive changes (and to those who use it):
API change - all queries (except those for a range of time values) take the index in the timestep array instead of the time value
internal change - store everything time-related in struct TimeData (which contains Patch properties, material properties, variable properties, and a HashTable of file-reading information)
Don't keep around ProblemSpecPs for the p***.xml datafiles (store what you read from the datafile). This *might* be a tradeoff in favor of memory at the possible cost of performance. I might change this back later if I determine it to be faster at not much of an expense to memory.
Change any function who uses DataArchive to compensate for the changed API, and a few other cosmetic changes.
174 lines of code changed in 40 files: