| | |
| | | /* vim: set ts=4 sts=4 sw=4 noet : */ |
| | | #include <stdio.h> |
| | | #include <string.h> |
| | | #include <stdlib.h> |
| | |
| | | if ((!xmlStrcmp(cur2->name, (const xmlChar *)"Points"))){ |
| | | //fprintf(stderr,"Found point data\n"); |
| | | if(vesicle!=NULL) |
| | | fprintf(stderr,"Fils: %ld, Nfono: %ld\n", vesicle->tape->nfil, vesicle->tape->nfono); |
| | | parseXMLVertexPosition(vesicle, doc, cur2); |
| | | } |
| | | if ((!xmlStrcmp(cur2->name, (const xmlChar *)"Cells"))){ |
| | |
| | | |
| | | /* TODO: filaments */ |
| | | |
| | | fprintf(stderr,"Restoration completed\n"); |
| | | // ts_fprintf(stdout,"Restoration completed\n"); |
| | | // write_vertex_xml_file(vesicle,999); |
| | | // vesicle_free(vesicle); |
| | | // exit(0); |