/* Routines that generate the tree figs for the dygrid papers. */ /* Last edited on 2009-08-21 14:32:24 by stolfilocal */ #ifndef figstree_H #define figstree_H #define _GNU_SOURCE #include #include #include #include #include #include "affirm.h" #include "bool.h" #include "pswr.h" #include "mdg_grid.h" #include "dg_tree.h" #include "figtools.h" void fig_tree ( PlotOptions *o, char *tag, dg_tree_node_t *G ); /* Outputs one figure showing the given tree. */ #endif