next up previous contents index
Next: 7.43 data/examples/write_fileformat_obj1.dat Up: 7. Source Files Previous: 7.41 data/examples/surf_testcase.dat   Contents   Index


7.42 data/examples/syntax_ok.dat


/*
 * FILE: syntax_ok.dat
 *
 * a simple Directed Acyclic Graph
 *
 */
 
x = 1;
z = 4;
p = (x,1,z);
v = ( (1,1,1), p, (2,31,0) );
w = ( p, p, (1,17,4) );


next up previous contents index
Next: 7.43 data/examples/write_fileformat_obj1.dat Up: 7. Source Files Previous: 7.41 data/examples/surf_testcase.dat   Contents   Index
Administrator 2002-01-20