Subversion Repositories gelsvn

Rev

Rev 321 | Blame | Compare with Previous | Last modification | View Log | RSS feed

#include "AABox.h"
#include "BoundingLNode.h"

namespace Geometry
{
  template class BoundingLNode<AABox>;
  template class BoundingLNode<OBox>;
}