gofigure2 / GoFigure2

http://gofigure2.org
8 stars 4 forks source link

Warnings Import/Export #15

Closed lsouhait closed 13 years ago

lsouhait commented 13 years ago

when exporting traces data to a text file, some warnings appear when the id is not found in the database. some data with an id = 0 are however written in the export file.

lsouhait commented 13 years ago

for the time being, for the export: if information for an ID are not found in the database (expl: a celltype has been erased but a mesh has still this celltypeID), the contain of the initialized map will be written in the text file, this means that the ID will be 0. for the import: if information for an ID = 0 are found in the text file, there are not saved in the database