Subversion Repositories gelsvn

Rev

Rev 290 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 290 Rev 291
Line 1... Line 1...
1
#include "AABox.h"
1
#include "AABox.h"
2
#include "BoundingLNode.h"
2
#include "BoundingLNode.h"
3
 
3
 
-
 
4
namespace Geometry
-
 
5
{
4
template BoundingLNode<AABox>;
6
  template BoundingLNode<AABox>;
5
template BoundingLNode<OBox>;
7
  template BoundingLNode<OBox>;
-
 
8
}
6
 
9