https://github.com/N-BodyShop/changa
Raw File
Tip revision: 3e8f0d1c2791b910e37c414abb12a28ca72cb4e0 authored by Thomas Quinn on 11 July 2016, 19:10:02 UTC
TreePiece::calculateGravityRemote(): fix bad ifdef.
Tip revision: 3e8f0d1
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