Package examples

Class FortranNamelistExamples

java.lang.Object
examples.FortranNamelistExamples

public class FortranNamelistExamples
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    FortranNamelistExamples()  
  • Method Summary

    Modifier and Type Method Description
    static void main​(java.lang.String[] args)  
    static void run_example_1()
    This basic example parses Strings, integers and doubles.
    static void run_example_2()
    This example parses a 2d array.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • main

      public static void main​(java.lang.String[] args)
    • run_example_1

      public static void run_example_1()
      This basic example parses Strings, integers and doubles.
    • run_example_2

      public static void run_example_2()
      This example parses a 2d array.