Skip to content
Snippets Groups Projects

DSL variables

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by Mathieu Leclaire
    Edited
    dslVariables.scala 169 B
    // Define an OpenMOLE variable
    val v = Val[Type]
    
    val d = Val[Double]
    val i = Val[Int]
    val f = Val[File]
    val s = Val[String]
    val b = Val[Boolean]
    val a = Val[Array[Int]]
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment