diff options
author | Thales1330 <thaleslima.ufu@gmail.com> | 2016-12-01 16:57:41 -0200 |
---|---|---|
committer | Thales1330 <thaleslima.ufu@gmail.com> | 2016-12-01 16:57:41 -0200 |
commit | e266f5811403beea13c9cc5399c55db4a34fdd3c (patch) | |
tree | 517e01b8685248f04548513091e7040a1b36ec0b /Project/Element.h | |
parent | 186e9d36f23ebb4c260885215d216d4df0b3b2ec (diff) | |
download | PSP.git-e266f5811403beea13c9cc5399c55db4a34fdd3c.tar.gz PSP.git-e266f5811403beea13c9cc5399c55db4a34fdd3c.tar.xz PSP.git-e266f5811403beea13c9cc5399c55db4a34fdd3c.zip |
Text Form under implementation [3]
Diffstat (limited to 'Project/Element.h')
-rw-r--r-- | Project/Element.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Project/Element.h b/Project/Element.h index f872267..0502e62 100644 --- a/Project/Element.h +++ b/Project/Element.h @@ -61,7 +61,9 @@ enum ElectricalUnit UNIT_OHM, UNIT_OHM_km, UNIT_S, - UNIT_S_km + UNIT_S_km, + UNIT_DEGREE, + UNIT_RADIAN }; enum FaultData |