Skip to content
Snippets Groups Projects
Commit f85518e9 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent 20d630c7
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,9 @@ ...@@ -7,6 +7,9 @@
#include "Context.h" #include "Context.h"
#include "Trackball.h" #include "Trackball.h"
// the single static option context
Context_T CTX;
void Context_T::buildRotationMatrix(void) void Context_T::buildRotationMatrix(void)
{ {
if(useTrackball) { if(useTrackball) {
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include "PluginManager.h" #include "PluginManager.h"
#endif #endif
Context_T CTX; extern Context_T CTX;
int GmshInitialize(int argc, char **argv) int GmshInitialize(int argc, char **argv)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment