Ignore:
Timestamp:
May 23, 2017, 8:58:33 PM (8 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
ForceAnnealing_tocheck
Children:
4daa9c
Parents:
b03d7d
Message:

tempcommit: Merge with 060fc39

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Graph/BreadthFirstSearchGatherer.hpp

    rb03d7d r175543  
    4242   *
    4343   * \param _discoverfrom node to start BFS from
    44    * \param _max_distance max distance to discover (0 means all)
     44   * \param _max_distance max distance to discover (negative means all)
    4545   */
    4646  std::vector<atomId_t> operator()(
    4747      const atomId_t &_discoverfrom,
    48       const size_t &_max_distance = 0);
     48      const int &_max_distance = -1);
    4949
    5050  /** Getter to the internal map of distances of each atomic id.
Note: See TracChangeset for help on using the changeset viewer.