https://github.com/N-BodyShop/changa
Raw File
Tip revision: 57470e62d1446565e26a656136eaa5fbfb04b291 authored by Tom Quinn on 28 February 2019, 10:24:15 UTC
Fix doxygen comment after file name change.
Tip revision: 57470e6
MultistepLB_notopo.ci
module MultistepLB_notopo {

extern module CentralLB;
initnode void lbinit(void);

group [migratable] MultistepLB_notopo : CentralLB {
  entry void MultistepLB_notopo(const CkLBOptions &);
};

};
back to top