#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/Surface_mesh.h>
#include <CGAL/Polygon_mesh_processing/corefinement.h>
#include <CGAL/Polygon_mesh_processing/IO/polygon_mesh_io.h>
#include <iostream>
#include <string>
int main(int argc, char* argv[])
{
Mesh mesh1, mesh2;
{
std::cerr << "Invalid input." << std::endl;
return 1;
}
Mesh out;
if(valid_union)
{
std::cout << "Union was successfully computed\n";
return 0;
}
std::cout << "Union could not be computed\n";
return 1;
}