# | Line 141 | Line 141 | namespace OpenMD { | |
---|---|---|
141 | processStuntDouble( sd, bin ); | |
142 | ||
143 | dynamic_cast<Accumulator *>(counts_->accumulator[bin])->add(1); | |
144 | < | } |
144 | > | } |
145 | } | |
146 | ||
147 | ||
# | Line 323 | Line 323 | namespace OpenMD { | |
323 | } | |
324 | ||
325 | SlabStatistics::~SlabStatistics() { | |
326 | – | delete z_; |
326 | } | |
327 | ||
328 | ||
# | Line 372 | Line 371 | namespace OpenMD { | |
371 | } | |
372 | ||
373 | ShellStatistics::~ShellStatistics() { | |
375 | – | delete r_; |
374 | } | |
375 | ||
376 | int ShellStatistics::getBin(Vector3d pos) { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |