G+Smo  24.08.0
Geometry + Simulation Modules
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
gsHeader2.h
Go to the documentation of this file.
1 
14 #pragma once
15 #include <gismo.h>
16 
17 
18 namespace gismo
19 {
25 {
26 
27 public:
28  // Empty constructor
29  ~submoduleClass2() {}
30 
31  void printString(std::string const & str) const
32  {
33  gsInfo << str << "\n";
34  }
35 
36 }; // class submoduleClass2
37 
38 } // namespace gismo
Main header to be included by clients using the G+Smo library.
I am an example how to use the class in submodules.
Definition: gsHeader2.h:24
#define gsInfo
Definition: gsDebug.h:43