Trisurf Monte Carlo simulator
Samo Penic
2020-04-13 a7fb2b94260897ec914f0bbf31698e166263036c
src/snapshot.c
@@ -23,8 +23,8 @@
/* outputs additional data into paraview xml file */
ts_bool xml_trisurf_data(FILE *fh, ts_vesicle *vesicle){
   ts_string *data=(ts_string *)malloc(sizeof(ts_sprintf));
   data->string=(char *)malloc(512000*sizeof(char)); /*TODO: warning, can break if the string is to long */
   ts_string *data=(ts_string *)malloc(sizeof(ts_string));
   data->string=(char *)malloc(5120000*sizeof(char)); /*TODO: warning, can break if the string is to long */
   data->beg=0;
   
   xml_trisurf_header(fh, vesicle);