61   checkGraphEdgeList(G,30);  | 
    61   checkGraphEdgeList(G,30);  | 
    62   | 
    62   | 
    63   for(NodeIt n(G);n!=INVALID;++n) { | 
    63   for(NodeIt n(G);n!=INVALID;++n) { | 
    64     checkGraphInEdgeList(G,n,3);  | 
    64     checkGraphInEdgeList(G,n,3);  | 
    65     checkGraphOutEdgeList(G,n,3);  | 
    65     checkGraphOutEdgeList(G,n,3);  | 
    66     ++n;  | 
         | 
    67   }    | 
    66   }    | 
    68 }  | 
    67 }  | 
    69   | 
    68   | 
    70 //Compile Graph  | 
    69 //Compile Graph  | 
    71 template void hugo::checkCompileStaticGraph<skeleton::StaticGraph>  | 
    70 template void hugo::checkCompileStaticGraph<skeleton::StaticGraph>  | 
    80 //Compile SmartGraph  | 
    79 //Compile SmartGraph  | 
    81 template void hugo::checkCompileGraph<SmartGraph>(SmartGraph &);  | 
    80 template void hugo::checkCompileGraph<SmartGraph>(SmartGraph &);  | 
    82 template void hugo::checkCompileGraphFindEdge<SmartGraph>(SmartGraph &);  | 
    81 template void hugo::checkCompileGraphFindEdge<SmartGraph>(SmartGraph &);  | 
    83   | 
    82   | 
    84 //Compile SymSmartGraph  | 
    83 //Compile SymSmartGraph  | 
    85 template void hugo::checkCompileGraph<SymSmartGraph>(SymSmartGraph &);  | 
    84 //template void hugo::checkCompileGraph<SymSmartGraph>(SymSmartGraph &);  | 
    86 template void hugo::checkCompileGraphFindEdge<SymSmartGraph>(SymSmartGraph &);  | 
    85 //template void hugo::checkCompileGraphFindEdge<SymSmartGraph>(SymSmartGraph &);  | 
    87   | 
    86   | 
    88 //Compile ListGraph  | 
    87 //Compile ListGraph  | 
    89 template void hugo::checkCompileGraph<ListGraph>(ListGraph &);  | 
    88 template void hugo::checkCompileGraph<ListGraph>(ListGraph &);  | 
    90 template void hugo::checkCompileErasableGraph<ListGraph>(ListGraph &);  | 
    89 template void hugo::checkCompileErasableGraph<ListGraph>(ListGraph &);  | 
    91 template void hugo::checkCompileGraphFindEdge<ListGraph>(ListGraph &);  | 
    90 template void hugo::checkCompileGraphFindEdge<ListGraph>(ListGraph &);  | 
    92   | 
    91   | 
    93   | 
    92   | 
    94 //Compile SymListGraph  | 
    93 //Compile SymListGraph  | 
    95 template void hugo::checkCompileGraph<SymListGraph>(SymListGraph &);  | 
    94 //template void hugo::checkCompileGraph<SymListGraph>(SymListGraph &);  | 
    96 template void hugo::checkCompileErasableGraph<SymListGraph>(SymListGraph &);  | 
    95 //template void hugo::checkCompileErasableGraph<SymListGraph>(SymListGraph &);  | 
    97 template void hugo::checkCompileGraphFindEdge<SymListGraph>(SymListGraph &);  | 
    96 //template void hugo::checkCompileGraphFindEdge<SymListGraph>(SymListGraph &);  | 
    98   | 
    97   | 
    99 //Compile FullGraph  | 
    98 //Compile FullGraph  | 
   100 template void hugo::checkCompileStaticGraph<FullGraph>(FullGraph &);  | 
    99 template void hugo::checkCompileStaticGraph<FullGraph>(FullGraph &);  | 
   101 template void hugo::checkCompileGraphFindEdge<FullGraph>(FullGraph &);  | 
   100 template void hugo::checkCompileGraphFindEdge<FullGraph>(FullGraph &);  | 
   102   | 
   101   |