Changes between Version 16 and Version 17 of Tutorials

Show
Ignore:
Timestamp:
09/12/13 11:05:47 (11 years ago)
Author:
jorisborgdorff
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials

    v16 v17  
    145145== Part 3: The power of coupling == 
    146146 
    147 First, download an extension of the LaplaceExample that was shown in item 1.4. 
     147First, download an extension of the `LaplaceExample` that was shown in item 1.4. 
    148148{{{ 
    149149 wget http://apps.man.poznan.pl/trac/muscle/raw-attachment/wiki/Tutorials/laplace.zip 
     
    170170 * add a submodel instance so that you get a coupling between West - Middle - East; 
    171171 * change the filters and see how it affects the computations (see [wiki:Configuration#Filters Filter documentation]); or 
    172  * modify the file `src/laplace/filter/InvertFilter` to do something additional (see [wiki:Java%20API#Filters Java filter documentation]) 
     172 * modify the file `src/laplace/filter/InvertFilter` to do something additional (see [wiki:"Java API#Filters" Java filter documentation]) 
    173173 * modify the file `src/laplace/terminal/DoubleArraySource.java` to do something additional, such as computing a function instead of sending a fixed number (see [Java terminal documentation][javaterminal]) 
    174174 
     
    187187To start on using MUSCLE for your own applications, you can start by modifying 
    188188the examples. Depending on the programming language of your application, you can 
    189 start with ([wiki:Java%20API Java documentation]) the files in `src/java/examples/simplesubmodel` or with 
    190 ([wiki:C%20API C++/C documentation]) `src/cpp/examples/simplecpp` or ([wiki:Fortran%20API Fortran documentation]) `src/cpp/examples/simplefortran`. 
     189start with ([wiki:"Java API" Java documentation]) the files in `src/java/examples/simplesubmodel` or with 
     190([wiki:"C API" C++/C documentation]) `src/cpp/examples/simplecpp` or ([wiki:"Fortran API" Fortran documentation]) `src/cpp/examples/simplefortran`. 
    191191The last two only contain the Sender (the submodel w) of the simple example. 
    192192