This is a template repository for starting new submodules
- Download (Either with the flag or in the txt file; optionally with HASH tag)
- Stored in optional/
- Locally also possible (without using e.g. github.com/gismo/gsModule.git)
- For having a github backup in github.com/gismo/ --> Contact gismo@inria.fr
As given in CMakeList.txt:
- Examples are stored in examples and can be run inside in build folder
- The same for filedata
- Source and Header files are in ...
- To include the header file, use eg. #include<src/gsHeader2.h>
- TODO
- TODO
- Dependency of other submodules (TODO)
- What happens when stable gets a PR and my module is not anymore working?
- ...