https://github.com/N-BodyShop/changa
Raw File
Tip revision: c7c09760f8d0f5e8fb5397074c24017a0fc4d1b5 authored by Tom Quinn on 28 February 2019, 10:24:15 UTC
Fix doxegen comment after file name change.
Tip revision: c7c0976
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