#include <vector>
+// Deploy an application automatically, according to the global parameters
void MY_launch_application();
+// Base class for deployment generators...
class deployment_generator {
public:
deployment_generator();
DEPLOYMENT(line);
DEPLOYMENT(ring);
DEPLOYMENT(star);
-// DEPLOYMENT(torus);
+DEPLOYMENT(torus);
#undef DEPLOYMENT