source: XIOS/dev/dev_trunk_omp/src/parse_expr/yacc_var.hpp @ 1846

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

MARK: Dynamic workflow graph developement. Branch up to date with trunk @1676. Bug fixed

File size: 198 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  #pragma omp threadprivate(yacc_globalInputText_ptr)
9}
10
11#endif
Note: See TracBrowser for help on using the repository browser.