# | Line 751 | Line 751 | namespace OpenMD { | |
---|---|---|
751 | if (simParams->getOutputParticlePotential()) { | |
752 | storageLayout |= DataStorage::dslParticlePot; | |
753 | } | |
754 | + | |
755 | + | if (simParams->havePrintHeatFlux()) { |
756 | + | if (simParams->getPrintHeatFlux()) { |
757 | + | storageLayout |= DataStorage::dslParticlePot; |
758 | + | } |
759 | + | } |
760 | + | |
761 | if (simParams->getOutputElectricField()) { | |
762 | storageLayout |= DataStorage::dslElectricField; | |
763 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |