Newer
Older
This is a template project structure for the *Programming concepts in scientific computing* (MATH-458)
In order to compile it you should first install *googletest*
```
git submodule update --init
```
Then, building is done as usual, e.g. with CLion or in the terminal:
```
mkdir build
cd build
cmake ..
make
```