Salome HOME
ea17280c406266f8dbc3e1e6530b6da0e8d276fe
[modules/yacs.git] / src / engine / InPort.cxx
1 #include "InPort.hxx"
2
3 using namespace YACS::ENGINE;
4
5 InPort::InPort(Node *node):Port(node)
6 {
7 }