Changes between Version 6 and Version 7 of EcosimVariableTimestepPluginExample


Ignore:
Timestamp:
2010-02-25 13:53:01 (14 years ago)
Author:
joeb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EcosimVariableTimestepPluginExample

    v6 v7  
    44...Ecopath6\Sources\EwETutorials\CEFASPluginSample 
    55 
    6 To view the sample code 
     6To view and run the sample code in Visual Studio 
    77 
    88 1. Load ...Ecopath6\Sources\EwE6.sln into Visual Studio. 
    9  1. In Visual Studio's '''Solution Explore''' added the CEFASPluginSample.vbproj project file by right clicking on '''Solution Explorer '''and selecting Add>Existing Project... 
    10  1. Set a reference to CEFASPluginSample in the !ScientificInterface project 
     9 1. Add the CEFASPluginSample.vbproj by right clicking on '''Solution Explorer '''and selecting '''Add>Existing Project...''' and finding ...Ecopath6\Sources\EwETutorials\CEFASPluginSample 
     10 1. Set a reference to CEFASPluginSample in the !ScientificInterface project by right clicking on the !ScientificInterface node in the '''Solution Explorer''' and selecting '''Add Reference... '''click the '''Add... '''button from the '''Projects '''tab select CEFASPluginSample 
     11 1. Run the CEFASPluginSample by compiling and running EwE6. From EwE6 main menu select '''Tools>CEFAS plug-in sample''' 
    1112 
    1213=  = 
     
    2728 * Called at the end of a sub time step. 
    2829 * !BiomassAtTimestep() contains the biomass computed for the time step. 
     30 
     31= Running Ecosim on a separate thread =