basix_doc 0.1
/Users/mourrain/Devel/mmx/basix/glue/glue_generic.cpp
Go to the documentation of this file.
00001 
00002 #include <basix/glue.hpp>
00003 
00004 namespace mmx {
00005   void
00006   glue_generic () {
00007     static bool done = false;
00008     if (done) return;
00009     done = true;
00010   }
00011 }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines