- Timestamp:
- 07/07/15 13:02:18 (9 years ago)
- Location:
- stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 12494
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Problems.ExternalEvaluation.Matlab/3.3/MatlabParameterVectorEvaluator.cs
r12009 r12639 70 70 //mkommend: necessary because matlabConnector.Quit() does not work 71 71 try { 72 matLabConnector.Execute("exit"); 73 } 74 catch (COMException) { } 75 finally { 72 if (matLabConnector != null) 73 matLabConnector.Execute("exit"); 74 } catch (COMException) { } finally { 76 75 matLabConnector = null; 77 76 }
Note: See TracChangeset
for help on using the changeset viewer.