Subversion Repositories gelsvn

Rev

Rev 313 | Rev 595 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 313 Rev 321
Line 45... Line 45...
45
			return true;
45
			return true;
46
		}
46
		}
47
	return false;
47
	return false;
48
}
48
}
49
 
49
 
50
template BoundingINode<AABox>;
50
template class BoundingINode<AABox>;
51
template BoundingINode<OBox>;
51
template class BoundingINode<OBox>;
52
 
52
 
53
}
53
}