Fix gram_schmidt recursive base ODR
This commit is contained in:
parent
81cafa6f05
commit
6c4ed1b61d
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
namespace psemek::geom
|
||||
{
|
||||
|
||||
void gram_schmidt()
|
||||
inline void gram_schmidt()
|
||||
{}
|
||||
|
||||
template <typename V1, typename ... Vs>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue