Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Fragmentation/Summation/Converter/DataConverter.hpp

    re355b31 r98a293b  
    113113    MPQCDataForceMap_t instance;
    114114    // must convert int to index_t
     115    if (DoLog(5)) {
     116      std::stringstream output;
     117      for (KeySetsContainer::IntVector::const_iterator outiter = arrayiter->begin();
     118          outiter != arrayiter->end(); ++outiter) {
     119        output << *outiter << "\t";
     120      }
     121      LOG(5, "DEBUG: indices are " << output.str());
     122    }
    115123    IndexedVectors::indices_t indices(arrayiter->begin(), arrayiter->end());
    116124    boost::fusion::at_key<MPQCDataFused::forces>(instance) =
Note: See TracChangeset for help on using the changeset viewer.