Cleanup #48: Move SdagConstruct::numberNodes into each subclass
[charm.git] / src / ck-ldb / NeighborLB.ci
blob22d7b3a02cd58a2fd655ec317c135f0b608456e9
1 module NeighborLB {
3 extern module NborBaseLB;
4 initnode void lbinit(void);
5 group [migratable] NeighborLB : NborBaseLB {
6   entry void NeighborLB(const CkLBOptions &);  
7 };
9 };