| 3029 | } |
| 3030 | |
| 3031 | static void initStatic__nonlinearcircuits() |
| 3032 | { |
| 3033 | Plugin* const p = new Plugin; |
| 3034 | pluginInstance__nonlinearcircuits = p; |
| 3035 | |
| 3036 | const StaticPluginLoader spl(p, "nonlinearcircuits"); |
| 3037 | if (spl.ok()) |
| 3038 | { |
| 3039 | p->addModel(model4Seq); |
| 3040 | p->addModel(modelCipher); |
| 3041 | p->addModel(modelBOOLs); |
| 3042 | p->addModel(modelDivideConquer); |
| 3043 | p->addModel(modelDivineCMOS); |
| 3044 | p->addModel(modelDoubleNeuron); |
| 3045 | p->addModel(modelGenie); |
| 3046 | p->addModel(modelLetsSplosh); |
| 3047 | p->addModel(modelNeuron); |
| 3048 | p->addModel(modelNumberwang); |
| 3049 | p->addModel(modelRouter); |
| 3050 | p->addModel(modelSegue); |
| 3051 | p->addModel(modelSlothApathy); |
| 3052 | p->addModel(modelSlothInertia); |
| 3053 | p->addModel(modelSlothTorpor); |
| 3054 | p->addModel(modelSplish); |
| 3055 | p->addModel(modelSquidAxon); |
| 3056 | p->addModel(modelStatues); |
| 3057 | p->addModel(modelTripleSloth); |
| 3058 | } |
| 3059 | } |
| 3060 | |
| 3061 | static void initStatic__Orbits() |
| 3062 | { |