Script execution

This commit is contained in:
x07maop
2016-03-01 12:13:57 +01:00
parent 41c5f69601
commit db9ead1baa
+1 -1
View File
@@ -294,7 +294,7 @@ class pol_mode_index(Readable):
if mode == "LINEAR": return 0.0
if mode == "CIRC +": return 1.0
if mode == "CIRC -": return 2.0
return -1.0;
return -1.0
pmi = pol_mode_index()