From c0ad496764b208343866d5b359f37c436d9039a7 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Thu, 22 Nov 2018 23:13:49 +0100 Subject: [PATCH] eigenvalue solver seems to depent on python version --- processing/post/addMises.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processing/post/addMises.py b/processing/post/addMises.py index 55cf6552e..4719c2e35 100755 --- a/processing/post/addMises.py +++ b/processing/post/addMises.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python2.7 # -*- coding: UTF-8 no BOM -*- import os,sys,math