G+Smo  25.01.0
Geometry + Simulation Modules
 
Loading...
Searching...
No Matches
gsClass.h
1
16#pragma once
17#include <gismo.h>
18
19
20namespace gismo
21{
27{
28
29public:
30 // Empty constructor
32
33 void printString(std::string const & str) const
34 {
35 gsInfo << str << "\n";
36 }
37
38}; // class submoduleClass
39
40} // namespace gismo
I am an example how to use the class in submodules.
Definition gsClass.h:27
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.