Select Git revision
Forked from
gmsh / gmsh
20492 commits behind the upstream repository.

Christophe Geuzaine authored
Static.h 270 B
#ifndef _STATIC_H_
#define _STATIC_H_
/* This file defines the static structures for Gmsh. It should be
included only once, in your 'main' file */
char yyname[256];
int yyerrorstate;
Context_T CTX ;
Mesh M, *THEM=NULL, *LOCAL=NULL;
#endif