Reference granite for multi-flow implementation

This commit is contained in:
Nikolaus Demmel 2021-10-15 14:51:02 +02:00
parent 24325f2a06
commit 8d8a69c775
2 changed files with 6 additions and 0 deletions

View File

@ -69,3 +69,6 @@ make -j8
## Licence ## Licence
The code is provided under a BSD 3-clause license. See the LICENSE file for details. The code is provided under a BSD 3-clause license. See the LICENSE file for details.
Note also the different licenses of thirdparty submodules. Note also the different licenses of thirdparty submodules.
Some improvements are ported back from the fork
[granite](https://github.com/DLR-RM/granite) (MIT license).

View File

@ -33,6 +33,9 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// Original source for multi-scale implementation:
// https://github.com/DLR-RM/granite (MIT license)
#pragma once #pragma once
#include <thread> #include <thread>