Skip to content
Snippets Groups Projects
README.md 319 B
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
```