You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
required : value Val (all openfluid::core::Value allowed)
used (?) : value Zero
outputs :
Val if current date DT between DT1 and DT2 ( DT1 <= DT <= DT2)
Zero else (or no value)
To investigate :
can Zero have default value for all openfluid::core::Value ?
is it possible / useful to allow the generator not to produce a variable outside [DT1:DT2] if Zero is not provided (excepted for initialization : which value in this case) ?
if Zero is not provided, how to distinguish no value produced and default zero value produced ?