diff options
Diffstat (limited to 'Project/PowerFlow.h')
-rw-r--r-- | Project/PowerFlow.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Project/PowerFlow.h b/Project/PowerFlow.h index 75cd3a5..54780b4 100644 --- a/Project/PowerFlow.h +++ b/Project/PowerFlow.h @@ -23,6 +23,13 @@ #include <wx/string.h> #include <wx/intl.h> //_() +/** + * @class PowerFlow + * @author Thales Lima Oliveira <thales@ufu.br> + * @date 06/10/2017 + * @brief Calculate the power flow. + * @file PowerFlow.h + */ class PowerFlow : public ElectricCalculation { public: |