From 93543e5f7d19711f8759fae4e751d12461140423 Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Wed, 27 Oct 2021 07:23:24 +0200 Subject: [PATCH] changed: use python3 --- bin/genEvalSpecializations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/genEvalSpecializations.py b/bin/genEvalSpecializations.py index 282a9a309..95988da09 100755 --- a/bin/genEvalSpecializations.py +++ b/bin/genEvalSpecializations.py @@ -1,4 +1,4 @@ -#! /usr/bin/python +#! /usr/bin/python3 # # This script provides "hand loop-unrolled" specializations of the # Evaluation class of dense automatic differentiation so that the