From 1e2d554b2661b5944b4576626ccd91bfd02272bd Mon Sep 17 00:00:00 2001 From: Kappes Marques Rodrigo <rodrigo.kappes@student-cs.fr> Date: Thu, 30 Jan 2020 09:58:59 +0100 Subject: [PATCH] Cleaned more of RotTable --- RotTable.py | 1 + 1 file changed, 1 insertion(+) diff --git a/RotTable.py b/RotTable.py index cb1f75b..57a7714 100644 --- a/RotTable.py +++ b/RotTable.py @@ -5,6 +5,7 @@ import numpy class RotTable: """Represents the rotation table""" + #The standart Rotation table given by the base problem __ORIGINAL_ROT_TABLE = {\ "AA": [35.62, 7.2, -154, 0.06, 0.6, 0],\ "AC": [34.4, 1.1, 143, 1.3, 5, 0],\ -- GitLab