diff options
author | Thales1330 <thaleslima.ufu@gmail.com> | 2016-09-29 17:01:02 -0300 |
---|---|---|
committer | Thales1330 <thaleslima.ufu@gmail.com> | 2016-09-29 17:01:02 -0300 |
commit | ee27459748acee31a307604f6395ea31b4bf53ce (patch) | |
tree | 5c238915309f45fcb4f4a09b1c998407badc31a4 /Project/Element.h | |
parent | a9dd78afddeb706df6652eb91f229a74fd073846 (diff) | |
download | PSP.git-ee27459748acee31a307604f6395ea31b4bf53ce.tar.gz PSP.git-ee27459748acee31a307604f6395ea31b4bf53ce.tar.xz PSP.git-ee27459748acee31a307604f6395ea31b4bf53ce.zip |
Line form under implementation
Diffstat (limited to 'Project/Element.h')
-rw-r--r-- | Project/Element.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Project/Element.h b/Project/Element.h index 899fb01..dff68f7 100644 --- a/Project/Element.h +++ b/Project/Element.h @@ -53,7 +53,11 @@ enum ElectricalUnit UNIT_MVA, UNIT_VAr, UNIT_kVAr, - UNIT_MVAr + UNIT_MVAr, + UNIT_OHM, + UNIT_OHM_km, + UNIT_S, + UNIT_S_km }; enum FaultData |