https://github.com/N-BodyShop/changa
Raw File
Tip revision: f7a839dd85d51cec2ca4fee387dbe2a7262ec08a authored by Tim Haines on 29 July 2016, 02:03:56 UTC
Set precision of scaled moments to cosmoType
Tip revision: f7a839d
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