]> SALOME platform Git repositories - modules/superv.git/blob - src/GraphEditor/SuperVisionEditor_CheckOfUndefined.cxx
Salome HOME
NRI : First integration.
[modules/superv.git] / src / GraphEditor / SuperVisionEditor_CheckOfUndefined.cxx
1 using namespace std;
2 #include <iostream>
3 #include <fstream>
4 #include <unistd.h>
5
6 #include "DataFlowBase_Base.hxx"
7 #include "DataFlowBase_Graph.hxx"
8 #include "DataFlowEditor_InNode.hxx"
9 #include "DataFlowEditor_OutNode.hxx"
10 #include "DataFlowEditor_DataFlow.hxx"
11 #include "DataFlowEditor_DataFlow.lxx"
12
13 int main(int argc, char **argv) {
14
15   return 1;
16 }
17