Remove extraneous line in MATLAB sendDREF command.

This commit is contained in:
Jason Watkins
2015-05-20 10:40:39 -07:00
parent 985d5f94ba
commit 19d901915a

View File

@@ -15,5 +15,4 @@ if ~exist('socket', 'var')
sendDREFs(dref, value)
else
sendDREFs(dref, value, socket)
end
socket.sendDREF(dref, value);
end