#include "implicit_f.inc"#include "com04_c.inc"#include "param_c.inc"Go to the source code of this file.
Functions/Subroutines | |
| subroutine | fill_clause_node_box (ibox, x, skew, set_title, keyset, boxlist, boxlist_size, boxnds, sz_boxnds) |
| recursive subroutine | node_box (ib, ibox, x, skew, set_title, keyset, boxnds, sz_boxnds) |
| subroutine fill_clause_node_box | ( | type (box_), dimension(nbbox) | ibox, |
| x, | |||
| skew, | |||
| character(len=nchartitle) | set_title, | ||
| character(len=ncharfield) | keyset, | ||
| integer, dimension(*) | boxlist, | ||
| integer | boxlist_size, | ||
| integer, dimension(*) | boxnds, | ||
| integer | sz_boxnds ) |
Definition at line 34 of file fill_clause_node_box.F.
| recursive subroutine node_box | ( | integer | ib, |
| type (box_), dimension(nbbox) | ibox, | ||
| x, | |||
| skew, | |||
| character(len=nchartitle) | set_title, | ||
| character(len=ncharfield) | keyset, | ||
| integer, dimension(*) | boxnds, | ||
| integer | sz_boxnds ) |
Definition at line 116 of file fill_clause_node_box.F.