~verifypn-cpn/verifypn/col_weight_fix

« back to all changes in this revision

Viewing changes to PetriEngine/TAR/Renamer.h

  • Committer: Peter G. Jensen
  • Date: 2018-05-12 15:14:12 UTC
  • mto: (204.2.1 verifypn)
  • mto: This revision was merged to the branch mainline in revision 205.
  • Revision ID: peter.gjoel@gmail.com-20180512151412-o0nrg0201xq5n31r
fixed usage of error-codes, changes from cout to cerr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
                    default:
98
98
                        std::cerr << "UNKNOWN NODE TYPE" << std::endl;
99
99
                        assert(false);
100
 
                        exit(-1);
 
100
                        exit(ErrorCode);
101
101
                        break;
102
102
                }              
103
103