OpenCMISS / iron

Source code repository for OpenCMISS-Iron
9 stars 62 forks source link

Exported field names contain zinc region separators #15

Open nickerso opened 8 years ago

nickerso commented 8 years ago

Currently when fields are exported to exfiles no validation is performed on iron field variable names to check if they meet requirements of zinc. This is an issue for me with the "del U/del n" field ending up with a field name containing the region path separator.

A simple solution is to simply replace '/' with '_' when exporting. Which at least results in a field name that can be used in zinc (actually, probably this is a Cmgui only issue?).