https://github.com/N-BodyShop/changa
Raw File
Tip revision: 5f450cd69e523e92396a025da521d6d75bd50de4 authored by Thomas Quinn on 27 September 2012, 19:18:48 UTC
Fixed scaled moments to be ignored when compiled without HEXADECAPOLE
Tip revision: 5f450cd
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