SimulationEverywhere / CDPP_ExtendedStates-codename-Santi

An extended and improved version of CD++ for Cell-DEVS
MIT License
4 stars 6 forks source link

Cell value filename should not be lowercased #3

Open lukius opened 5 years ago

lukius commented 5 years ago

When a cell value filename is used in a model definition (initialCellsValue clause), it is automatically lowercased before attepting to read it. This may lead to errors if the filename has at least an uppercase letter (see e.g. issue #2).

Until this is fixed, the suggested workaround is to use lowercase cell value filenames.