-
Notifications
You must be signed in to change notification settings - Fork 19
Some corrections for cs transformation #301
Copy link
Copy link
Open
Description
TeikiRaihauti
opened on Apr 1, 2026
Issue body actions
- If the keyword "out" is used in function call, then it has to appear also in the function signature
- If multiple loop use the "i" variable and it is declared, the loop should not be "var i = 0; i...." but "i = 0; i..."
- "int" cast is done for "Math.Ceil" but not for "Math.Floor"
- Not sure about this one, but may be a good idea to check that if we have 2 auxiliary functions with similar names (for example "dothermalcond" and "dothermalcondcoef"), then be sure both will be added to the code. I had this problem but not sure if it comes from CyMLTh process or if it comes from Crop2ML.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels