Skip to content

Commit

Permalink
Update r2134 patch (ridl file)
Browse files Browse the repository at this point in the history
  • Loading branch information
PMeira committed Feb 12, 2018
1 parent e554bb0 commit e406a11
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/r2134.patch
Original file line number Diff line number Diff line change
Expand Up @@ -2242,19 +2242,19 @@ Index: Parallel_Version/Source/DLL/OpenDSSengine.ridl
+ HRESULT _stdcall MinIterations([out, retval] long* Value);
+ [propput, id(0x000000E5), helpstring("Mininum number of iterations required for a power flow solution.")]
+ HRESULT _stdcall MinIterations([in] long Value);
+ [id(0x000000E5), helpstring("Solves the circuits for all the Actors created")]
+ [id(0x000000E6), helpstring("Solves the circuits for all the Actors created")]
HRESULT _stdcall SolveAll(void);
- [propget, id(0x000000E5)]
+ [propget, id(0x000000E6)]
+ [propget, id(0x000000E7)]
HRESULT _stdcall IncMatrix([out, retval] VARIANT* Value);
- [propget, id(0x000000E6)]
+ [propget, id(0x000000E7)]
+ [propget, id(0x000000E8)]
HRESULT _stdcall IncMatrixRows([out, retval] VARIANT* Value);
- [propget, id(0x000000E7)]
+ [propget, id(0x000000E8)]
+ [propget, id(0x000000E9)]
HRESULT _stdcall IncMatrixCols([out, retval] VARIANT* Value);
- [propget, id(0x000000E8)]
+ [propget, id(0x000000E9)]
+ [propget, id(0x000000E10)]
HRESULT _stdcall BusLevels([out, retval] VARIANT* Value);
};

Expand Down

0 comments on commit e406a11

Please sign in to comment.