X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Main%2Fconstruct.cxx;h=629df1918158945ddafcfcc92100528ed0ca0243;hb=b8c705fb281b25114c8ad0a6a810713ab91b1029;hp=ddc15922d141740a2cfe7b913e1a1a62da9b5dc1;hpb=88dd01563918ee273bebd71c1f4f2ff514e2275c;p=flightgear.git diff --git a/Main/construct.cxx b/Main/construct.cxx index ddc15922d..629df1918 100644 --- a/Main/construct.cxx +++ b/Main/construct.cxx @@ -29,6 +29,7 @@ #include #include +#include #include @@ -185,10 +186,16 @@ main(int argc, char **argv) { // triangulate the data for each polygon FGTriangle t; do_triangulate( array, clipper, t ); + + // generate the output + fgGenOutput( t ); } // $Log$ +// Revision 1.7 1999/03/22 23:48:29 curt +// Added GenOutput/ +// // Revision 1.6 1999/03/21 15:48:01 curt // Removed Dem2node from the Tools fold. // Tweaked the triangulator options to add quality mesh refinement.