Changes between Version 13 and Version 14 of List of examples

Show
Ignore:
Timestamp:
04/05/13 10:54:35 (12 years ago)
Author:
jorisborgdorff
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • List of examples

    v13 v14  
    1 The examples on this page are all specified in the CxA files in the {{{src/cxa}}} directory of the MUSCLE source package. The implementation of the submodels is in different locations, based on the language used. 
     1The examples on this page are all specified in the CxA files in the {{{src/cxa}}} directory of the MUSCLE source package. The implementation of the submodels is spread out over different directories based on the language used. 
    22 
    33== Java examples == 
     
    4040== Fortran example == 
    4141 
     42The code for the Fortran example is contained in {{{src/fortran/examples}}}. 
     43 
    4244 Simple Fortran:: 
    4345  An example Fortran implementation of the writer submodel explained in the Simple Example for Java. The boilerplate code needed to communicate with the C library is included. 
    4446 
    4547== Scala example == 
     48The code for the Scala example is contained in {{{src/scala/examples}}}. 
     49 
    4650 Simple Scala:: 
    4751  An example Scala implementation of the writer submodel explained in the Simple Example for Java. Note that for it to work, you compile the code with the {{{scalac}}} compiler, and the Scala runtime library must be included in the Java classpath during runtime.