Remove extraneous line in MATLAB sendDREF command.
This commit is contained in:
@@ -16,4 +16,3 @@ if ~exist('socket', 'var')
|
|||||||
else
|
else
|
||||||
sendDREFs(dref, value, socket)
|
sendDREFs(dref, value, socket)
|
||||||
end
|
end
|
||||||
socket.sendDREF(dref, value);
|
|
||||||
Reference in New Issue
Block a user