Subversion Repositories gelsvn

Rev

Rev 309 | Rev 595 | Go to most recent revision | 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
{
321 jab 6
  template class BoundingLNode<AABox>;
7
  template class BoundingLNode<OBox>;
309 jab 8
}