Skip to content
  • scott snyder's avatar
    58318761
    PixelGeoModel: Fix cppcheck warnings. · 58318761
    scott snyder authored
     - Disable copy ctors/assignment for some classes that manage memory.
     - Pass class instances via const reference, not by value.
     - Prefer using an initialization list to initializing members
       in a ctor body.
     - Prefer preincrement to postincrement for iterators.
     
    58318761
    PixelGeoModel: Fix cppcheck warnings.
    scott snyder authored
     - Disable copy ctors/assignment for some classes that manage memory.
     - Pass class instances via const reference, not by value.
     - Prefer using an initialization list to initializing members
       in a ctor body.
     - Prefer preincrement to postincrement for iterators.
     
Loading