Changeset afc28a for src/Fragmentation/Summation/SetValues/SamplingGrid.hpp
- Timestamp:
- Oct 10, 2016, 11:20:06 AM (8 years ago)
- Branches:
- Fix_ChargeSampling_PBC
- Children:
- b51223
- Parents:
- 4d08b7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Fragmentation/Summation/SetValues/SamplingGrid.hpp
r4d08b7 rafc28a 420 420 double end_window[NDIM]; 421 421 422 //!> open (false) or periodic (true) boundary conditions. This information is only required during sampling 423 bool PeriodicBoundaryConditons; 424 422 425 private: 423 426 friend class MPQCData; … … 434 437 ar & end_window[i]; 435 438 } 439 if (version > 0) 440 ar & PeriodicBoundaryConditons; 436 441 } 437 442 … … 454 459 BOOST_CLASS_EXPORT_KEY(SamplingGrid) 455 460 461 // version for serialized information associated to SamplingGrid 462 BOOST_CLASS_VERSION(SamplingGrid, 1) 463 456 464 // define inline functions 457 465 #include "SamplingGrid_inline.hpp"
Note:
See TracChangeset
for help on using the changeset viewer.