Subversion Repositories gelsvn

Rev

Rev 307 | Details | Compare with Previous | Last modification | View Log | RSS feed

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