Skip to content
Snippets Groups Projects
Commit 37b1c883 authored by schoen's avatar schoen
Browse files

build type "Release" and updated authors

parent 48c907f2
No related branches found
No related tags found
1 merge request!51Open source
......@@ -5,17 +5,18 @@ VF has been developed essentially over the last fifteen years by various researc
Dr. Benjamin Ahrenholz
M. Sc. Hussein Alihussein
Dr. Hussein Alihussein
Dr. Sebastian Bindick
J.Prof. Dr. Martin Geier
Dr. Sebastian Geller
Dr. Ehsan Goraki Fard
Dr. Jan Hegewald
Dr. Christian Janßen
M. Sc. Konstantin Kutscher
M. Sc. Stephan Lenz
Prof. Dr.-Ing. habil. Manfred Krafczyk
Dr. Konstantin Kutscher
Dr. Stephan Lenz
Dr. Jan Linxweiler
M. Sc. Sören Peters
Sören Peters, M. Sc.
Dr. Hesameddin Safari
Dr. Martin Schönherr
Dipl.-Ing. Maik Stiebler
......
......@@ -14,6 +14,8 @@ cmake_minimum_required(VERSION 3.15..3.19 FATAL_ERROR)
project(VirtualFluids CXX)
set(CMAKE_BUILD_TYPE Release)
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
......
......@@ -58,7 +58,7 @@ A GPU computation generates a the time series of output files directly in the ou
## Documentation
The doxygen generated documentation can be found [here](https://git.irmb.bau.tu-bs.de/doku/CPU).
The doxygen generated documentation can be found [here](https://git.irmb.bau.tu-bs.de/doku).
## Known Issues
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment