Skip to content

Commit ca30baf

Browse files
committed
PDElements.AllCurrentsMagAng: should not use/try complex here
1 parent a562713 commit ca30baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

+DSS_MATLAB/IPDElements.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@
277277
% (API Extension)
278278
calllib(obj.libname, 'ctx_PDElements_Get_AllCurrentsMagAng_GR', obj.dssctx);
279279
obj.CheckForError();
280-
result = obj.apiutil.get_complex128_gr_array();
280+
result = obj.apiutil.get_float64_gr_array();
281281
end
282282

283283
function result = get.AllCplxSeqCurrents(obj)

0 commit comments

Comments
 (0)