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
Orb3dLB_notopo.ci
module Orb3dLB_notopo {

extern module CentralLB;
initnode void lbinit(void);

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

};
back to top