Changeset 59 for sources/src/sc_pat_trace.cc
- Timestamp:
- Feb 6, 2017, 11:35:42 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sources/src/sc_pat_trace.cc
r52 r59 70 70 //création d'1 instance de la structure Sc_trace_file: 71 71 sc_trace_file * traceFic = new sc_trace_file(); 72 traceFic->flag = PAT_FORMAT; 72 traceFic->flag = PAT_FORMAT; 73 73 74 74 trace_file_list.push_back(traceFic); … … 83 83 //************************************************************************* 84 84 85 void sc_close_pat_trace_file(sc_trace_file * traceFic ) { 85 void sc_close_pat_trace_file(sc_trace_file * traceFic ) { 86 86 if (notrace) { 87 87 return;
Note: See TracChangeset
for help on using the changeset viewer.