Ignore:
Timestamp:
Jul 15, 2012, 2:15:06 PM (12 years ago)
Author:
cecile
Message:

add part of cex

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vis_dev/vis-2.3/src/rob/robCmd.c

    r43 r98  
    14841484Hrc_Node_t * rootNode = Hrc_ManagerReadRootNode(*hmgr);
    14851485if(rootNode == NIL(Hrc_Node_t)){
    1486         printf("Please build the network first");
     1486        printf("Please build the network first\n");
    14871487        return 1;
    14881488}
     
    14911491Hrc_Node_t * goldenNode = Hrc_NodeFindChildByName(rootNode, name);
    14921492if(goldenNode == NIL(Hrc_Node_t)){
    1493         printf("Please build the network first");
     1493        printf("Compose the network with a golden name golden first\n");
    14941494        return 1;
    14951495}
Note: See TracChangeset for help on using the changeset viewer.