blob: 089a432e098722ce0f4141f6f033820a0290e489 [file] [log] [blame]
caryclark@google.com235f56a2012-09-14 14:19:30 +00001/*
2 * Copyright 2012 Google Inc.
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
7
8#include "DataTypes.h"
9#include "Intersections.h"
10
11void Intersections::cleanUp() {
12 assert(fCoincidentUsed);
13 assert(fUsed);
14 // find any entries in fT that could be part of the coincident range
15
16}