- Timestamp:
- Dec 19, 2025, 11:29:38 PM (9 days ago)
- Branches:
- Candidate_v1.7.1, stable
- Children:
- 98ad30
- Parents:
- d2be22
- git-author:
- Frederik Heber <frederik.heber@…> (11/16/25 11:19:01)
- git-committer:
- Frederik Heber <frederik.heber@…> (12/19/25 23:29:38)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Filling/unittests/IsVoidNode_FillPredicateUnitTest.cpp
rd2be22 r25aa214 80 80 // create some atoms as "neighbours" 81 81 atoms.resize((size_t)5, NULL); 82 std::generate_n(atoms.begin(), (size_t)5, boost::bind(&World::createAtom, World::getPointer()) ); 82 std::generate_n(atoms.begin(), (size_t)5, boost::bind( 83 static_cast<atom* (World::*)(World::CreateAtomNotificationType)>(&World::createAtom), 84 World::getPointer(), 85 World::CreateAtomNotificationType::NOTIFY_ON_CREATE_ATOM) 86 ); 83 87 84 88 // position them
Note:
See TracChangeset
for help on using the changeset viewer.
