Changeset 1640be for src/Fragmentation/Summation/SetValues/SamplingGrid.cpp
- Timestamp:
- Oct 8, 2016, 7:21:39 PM (9 years ago)
- Branches:
- Add_FitFragmentPartialChargesAction, Fix_ChargeSampling_PBC, Fix_FitPartialCharges
- Children:
- e08108
- Parents:
- eca3b6
- File:
- 
      - 1 edited
 
 
Legend:
- Unmodified
- Added
- Removed
- 
      src/Fragmentation/Summation/SetValues/SamplingGrid.cppreca3b6 r1640be 390 390 for(size_t index=0;index < NDIM; ++index) { 391 391 // check that we truly have to shrink the window 392 ASSERT ( (begin_window[index] - _begin_window[index]) > -MYSAMPLINGGRIDEPSILON,392 ASSERT ( (begin_window[index] - _begin_window[index]) < MYSAMPLINGGRIDEPSILON, 393 393 "SamplingGrid::shrinkWindow() - component "+toString(index)+ 394 394 " of window start is less than old value."); 395 ASSERT ( (end_window[index] - _end_window[index]) <MYSAMPLINGGRIDEPSILON,395 ASSERT ( (end_window[index] - _end_window[index]) > -MYSAMPLINGGRIDEPSILON, 396 396 "SamplingGrid::shrinkWindow() - component "+toString(index)+ 397 397 " of window end is greater than old value."); 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
