From f6718ac24553ac99bf90f99a33543d6d6b96999b Mon Sep 17 00:00:00 2001 From: Thales1330 Date: Fri, 30 Sep 2016 16:58:37 -0300 Subject: Line form implemented, voltages corrections under implementation --- Project/Release/MainFrame.cpp.o.d | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Project/Release/MainFrame.cpp.o.d') diff --git a/Project/Release/MainFrame.cpp.o.d b/Project/Release/MainFrame.cpp.o.d index 8cb7a84..f9579f0 100644 --- a/Project/Release/MainFrame.cpp.o.d +++ b/Project/Release/MainFrame.cpp.o.d @@ -222,9 +222,9 @@ Release/MainFrame.cpp.o: MainFrame.cpp MainFrame.h \ C:/wxWidgets-3.1.0/include/wx/statbox.h \ C:/wxWidgets-3.1.0/include/wx/msw/statbox.h \ C:/wxWidgets-3.1.0/include/wx/statline.h \ - C:/wxWidgets-3.1.0/include/wx/msw/statline.h Element.h Line.h Branch.h \ - Transformer.h SyncGenerator.h GeneratorForm.h Machines.h IndMotor.h \ - SyncMotor.h Load.h Shunt.h Inductor.h Capacitor.h + C:/wxWidgets-3.1.0/include/wx/msw/statline.h Element.h Line.h LineForm.h \ + Branch.h Transformer.h SyncGenerator.h GeneratorForm.h Machines.h \ + IndMotor.h SyncMotor.h Load.h Shunt.h Inductor.h Capacitor.h MainFrame.h: @@ -696,6 +696,8 @@ Element.h: Line.h: +LineForm.h: + Branch.h: Transformer.h: -- cgit