comments updated
[henge/apc.git] / src / output.c
1
2 /* void */
3 /* condense() */
4 /* { */
5 /* FILE *vp, *op, *cp; */
6 /* int v, m; */
7 /* int num_models; */
8
9 /* vp = fopen("vdat_output", "w+"); */
10 /* if(!vp) */
11 /* perror("vdat_output failed to open\n"); */
12
13 /* op = fopen("odat_output", "w+"); */
14 /* if(!op) */
15 /* perror("odat_output failed to open\n"); */
16
17 /* cp = fopen("cdat_output", "w+"); */
18 /* if(!cp) */
19 /* perror("cdat_output failed to open\n"); */
20
21
22
23 /* /\* fwrite vdat *\/ */
24 /* for(v = 0; v <= vbi; v++) */
25 /* { */
26 /* num_models = vdat_buf[v].num_models; //data duplication for caching */
27 /* for(m = 0; m <= num_models; m++) */
28 /* { */
29
30 /* } */
31 /* } */
32
33 /* /\* fwrite odat *\/ */
34 /* /\* Convert ref_list to actual offset *\/ */
35
36 /* /\* fwrite cdat *\/ */
37
38
39 /* } */