main.cxx revision 3051a3502f027f3d7bb750a1d7a6b1b43cdd2a86
#include "brep_to_xml.hxx"
#include <iostream>
#include <cstdlib>
#include <string>
using namespace std;
{
}
{
btx.build_graph();
string s;
const string a = "rectangle";
cout <<s;
}
return 0;
}