Skip to content
Snippets Groups Projects
  1. Nov 15, 2013
    • Edward Brash's avatar
      Address some minor issues reported by cppcheck · bd50814c
      Edward Brash authored
      These were related to a) scope of some variable declarations, and b) use
      of pre-increment vs. post-increment of non-primitive types (this has a
      slight performance hit due to the way that pre- vs. post-increment
      operators are overloaded in C++.
      
      Also cleaned up a few places where initialized variables were not being
      used.
      bd50814c
  2. Nov 14, 2013
  3. Nov 13, 2013
    • sawjlab's avatar
      Merge pull request #26 from MarkKJones/mkj · 2e067347
      sawjlab authored
      Modified THcAerogel::ReadDatabase
      2e067347
    • Mark Jones's avatar
      Modified THcAerogel::ReadDatabase · 5c39dd7c
      Mark Jones authored
      1) Need to add fNelem to DBRequest to read parameter arrays.
      2) Added optional variable and set to true. Flag in the
      DBRequest to tell code that parameter is optional
      and does not have to be found.
      3) Move setting of fNelem to before DBRequest for aero_num_pairs
       so that it can be overwritten by parameter file.
      5c39dd7c
  4. Nov 12, 2013
  5. Nov 11, 2013
  6. Nov 08, 2013
  7. Nov 04, 2013
  8. Nov 01, 2013
  9. Oct 31, 2013
  10. Oct 18, 2013
  11. Oct 13, 2013
  12. Oct 10, 2013
  13. Oct 09, 2013
  14. Oct 07, 2013
Loading