diff options
Diffstat (limited to 'Project/Line.h')
-rw-r--r-- | Project/Line.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Project/Line.h b/Project/Line.h index 598e671..aa6baf2 100644 --- a/Project/Line.h +++ b/Project/Line.h @@ -49,6 +49,13 @@ struct LineElectricalData { std::complex<double> faultCurrent[2][3]; }; +/** + * @class Line + * @author Thales Lima Oliveira <thales@ufu.br> + * @date 06/10/2017 + * @brief Power line element. + * @file Line.h + */ class Line : public Branch { public: |