Salome HOME
PR: first version from Antony GEAY, with directory restructuration
[modules/yacs.git] / src / engine / OutPort.cxx
1 #include "OutPort.hxx"
2
3 using namespace YACS::ENGINE;
4
5 OutPort::OutPort(Node *node):Port(node)
6 {
7 }