Subversion Repositories gelsvn

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
595 jab 1
/* ----------------------------------------------------------------------- *
2
 * This file is part of GEL, http://www.imm.dtu.dk/GEL
3
 * Copyright (C) the authors and DTU Informatics
4
 * For license and list of authors, see ../../doc/intro.pdf
5
 * ----------------------------------------------------------------------- */
6
 
290 jrf 7
#include "AABox.h"
8
#include "BoundingLNode.h"
9
 
291 jrf 10
namespace Geometry
11
{
321 jab 12
  template class BoundingLNode<AABox>;
13
  template class BoundingLNode<OBox>;
309 jab 14
}