Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space IceMaster and version 3.7.1

...

Code Block
languageruby
titleRubyMATLAB
try
    [communicator, remArgs] = Ice.initialize(args);
    ...
catch ex
    if ~isempty(communicator)
        communicator.destroy();
    end
end

...