|
FAUST compiler
0.9.9.6b8
|

Go to the source code of this file.
Functions | |
| schema * | makeCableSchema (unsigned int n) |
| Build n cables in parallel. | |
| schema* makeCableSchema | ( | unsigned int | n | ) |
Build n cables in parallel.
Definition at line 32 of file cableSchema.cpp.
Referenced by generateInsideSchema(), and makeSeqSchema().
{
assert(n>0);
return new cableSchema(n);
}

1.8.0