Skip to content

Some corrections for cs transformation #301

@TeikiRaihauti

Description

@TeikiRaihauti
  • 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions