https://github.com/N-BodyShop/changa
Raw File
Tip revision: 877fef16f0aa53d8597e8a031149856b20884310 authored by Tom Quinn on 10 June 2019, 19:01:30 UTC
Remove bad semicolon after "if".
Tip revision: 877fef1
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