Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/14/13 14:17:03 (11 years ago)
Author:
mkommend
Message:

#2082: Corrected marshalling and configuration of the Scilab .NET wrapper.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.ExternalEvaluation Scientific/DotNetScilab/dotnetsci/Scilab.cs

    r10125 r10135  
    5454
    5555      // start Scilab engine configurated without java
    56       Scilab_cs_wrapper.StartScilab(null, null, null);
     56      string SCI = System.Environment.GetEnvironmentVariable("SCI");
     57      Scilab_cs_wrapper.StartScilab(SCI, null, null);
    5758    }
    5859    //=============================================================================
     
    6768
    6869      // start Scilab engine
    69       Scilab_cs_wrapper.StartScilab(null, null, null);
     70      string SCI = System.Environment.GetEnvironmentVariable("SCI");
     71      Scilab_cs_wrapper.StartScilab(SCI, null, null);
    7072    }
    7173    //=============================================================================
Note: See TracChangeset for help on using the changeset viewer.