Select Git revision
delaunay3d.cpp
Forked from
gmsh / gmsh
Source project has a limited visibility.
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