# | Line 328 | Line 328 | namespace OpenMD { | |
---|---|---|
328 | ||
329 | void SlabStatistics::processFrame(int istep) { | |
330 | RealType z; | |
331 | + | |
332 | hmat_ = currentSnapshot_->getHmat(); | |
333 | for (int i = 0; i < nBins_; i++) { | |
334 | z = (((RealType)i + 0.5) / (RealType)nBins_) * hmat_(2,2); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |