source: XIOS/trunk/src/parse_expr/yacc_var.hpp @ 1704

Last change on this file since 1704 was 1704, checked in by yushan, 5 years ago

Introducing the new graph functionality. Attribute build_workflow_graph=.TRUE. is used in the field definition section in the xml file to enable the workflow graph of the field and other fields referecing to it. A more detailed document will be available soon on the graph fuctionality.

File size: 144 bytes
Line 
1#ifndef __YACC_VAR_HPP__
2#define __YACC_VAR_HPP__
3
4#include <string>
5namespace xios
6{
7  extern std::string *yacc_globalInputText_ptr;
8}
9
10#endif
Note: See TracBrowser for help on using the repository browser.