Changeset 519eaf5 for src/dgp/sgraph.hh
- Timestamp:
- 03/30/14 23:59:06 (11 years ago)
- Branches:
- master
- Children:
- 0a58b3f
- Parents:
- f924e4b
- git-author:
- Tomasz Obrebski <obrebski@…> (03/30/14 23:59:06)
- git-committer:
- Tomasz Obrebski <obrebski@…> (03/30/14 23:59:06)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/dgp/sgraph.hh
r3b02b04 r519eaf5 228 228 int print_node_debug(FILE* f, const char* pref, int n, int anc); 229 229 230 void print_arc(FILE* f, int left, int right, Role role, int dir); // 0 - left, 1 - right230 void print_arc(FILE* f, const char* msg, int left, int right, Role role, int dir); // 0 - left, 1 - right 231 231 232 232 //private: … … 327 327 328 328 } 329 // if(!strict)330 // {331 // push_ld(n);332 // push_ln(n);333 // }334 329 } 335 330
Note: See TracChangeset
for help on using the changeset viewer.