mirror of https://github.com/CGAL/cgal
remove unused variable
This commit is contained in:
parent
7cc1543c84
commit
aa36d50923
|
|
@ -137,7 +137,6 @@ output_to_avizo(std::ostream& os,
|
|||
end = c3t3.cells_in_complex_end();
|
||||
cit != end; ++cit)
|
||||
{
|
||||
const Cell_handle ch = cit;
|
||||
os << cit->subdomain_index() << "\n";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue