G+Smo  25.01.0
Geometry + Simulation Modules
 
Loading...
Searching...
No Matches
gsHeader2.h
Go to the documentation of this file.
1
14#pragma once
15#include <gismo.h>
16
17
18namespace gismo
19{
25{
26
27public:
28 // Empty constructor
30
31 void printString(std::string const & str) const
32 {
33 gsInfo << str << "\n";
34 }
35
36}; // class submoduleClass2
37
38} // namespace gismo
I am an example how to use the class in submodules.
Definition gsHeader2.h:25
Main header to be included by clients using the G+Smo library.
#define gsInfo
Definition gsDebug.h:43
The G+Smo namespace, containing all definitions for the library.