| 3671 | } |
| 3672 | |
| 3673 | static void initStatic__ZetaCarinaeModules() |
| 3674 | { |
| 3675 | Plugin* p = new Plugin; |
| 3676 | pluginInstance__ZetaCarinaeModules = p; |
| 3677 | |
| 3678 | const StaticPluginLoader spl(p, "ZetaCarinaeModules"); |
| 3679 | if (spl.ok()) |
| 3680 | { |
| 3681 | p->addModel(modelBrownianBridge); |
| 3682 | p->addModel(modelOrnsteinUhlenbeck); |
| 3683 | p->addModel(modelIOU); |
| 3684 | p->addModel(modelWarbler); |
| 3685 | p->addModel(modelRosenchance); |
| 3686 | p->addModel(modelGuildensTurn); |
| 3687 | p->addModel(modelRosslerRustler); |
| 3688 | p->addModel(modelFirefly); |
| 3689 | } |
| 3690 | } |
| 3691 | |
| 3692 | static void initStatic__ZZC() |
| 3693 | { |