Subversion Repositories gelsvn

Rev

Rev 309 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 309 Rev 321
1
#include "AABox.h"
1
#include "AABox.h"
2
#include "BoundingLNode.h"
2
#include "BoundingLNode.h"
3
 
3
 
4
namespace Geometry
4
namespace Geometry
5
{
5
{
6
  template BoundingLNode<AABox>;
6
  template class BoundingLNode<AABox>;
7
  template BoundingLNode<OBox>;
7
  template class BoundingLNode<OBox>;
8
}
8
}
9
 
9