Skip to content
  • Yannick Roehlly's avatar
    Use & to enter a list as one parameter value · cf3fceb4
    Yannick Roehlly authored
    When one value for a parameter is a list (for instance the list of
    attenuation keys for re-emission modules) we had to use the "eval [["a",
    "b"]]" notation. Convert these module to use a single string with items
    separated by a & ("a & b").
    
    WARNING we must still change the way parameters are evaluated not to
    return everytime a list.
    cf3fceb4