/* void */ /* condense() */ /* { */ /* FILE *vp, *op, *cp; */ /* int v, m; */ /* int num_models; */ /* vp = fopen("vdat_output", "w+"); */ /* if(!vp) */ /* perror("vdat_output failed to open\n"); */ /* op = fopen("odat_output", "w+"); */ /* if(!op) */ /* perror("odat_output failed to open\n"); */ /* cp = fopen("cdat_output", "w+"); */ /* if(!cp) */ /* perror("cdat_output failed to open\n"); */ /* /\* fwrite vdat *\/ */ /* for(v = 0; v <= vbi; v++) */ /* { */ /* num_models = vdat_buf[v].num_models; //data duplication for caching */ /* for(m = 0; m <= num_models; m++) */ /* { */ /* } */ /* } */ /* /\* fwrite odat *\/ */ /* /\* Convert ref_list to actual offset *\/ */ /* /\* fwrite cdat *\/ */ /* } */