Reference granite for multi-flow implementation
This commit is contained in:
parent
24325f2a06
commit
8d8a69c775
|
@ -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).
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue