Parcourir la source

fixed 7 files out of 4184:

- removed 0 CR characters
 - removed 1 trailing whitespaces
 - replaced 5 tabs with spaces
 - fixed 7 svn:eol-style properties
undefined
Lolbot Sam Hocevar <sam@hocevar.net> il y a 10 ans
Parent
révision
7506a8aa62
2 fichiers modifiés avec 5 ajouts et 5 suppressions
  1. +1
    -1
      src/lol/math/simplex_interpolator.h
  2. +4
    -4
      src/t/base/avl_tree.cpp

+ 1
- 1
src/lol/math/simplex_interpolator.h Voir le fichier

@@ -131,7 +131,7 @@ protected:
inline void InitBase()
{
/* Matrix coordinate transformation to skew simplex referential is done
by inversing the base matrix M which is written as follows:
by inversing the base matrix M which is written as follows:

M = | a b b b … | M^(-1) = | c d d d … |
| b a b b … | | d c d d … |


+ 4
- 4
src/t/base/avl_tree.cpp Voir le fichier

@@ -22,10 +22,10 @@ class test_tree : public avl_tree<int, int>
public:
virtual ~test_tree() {}

int GetRootBalance()
{
return this->m_root->GetBalance();
}
int GetRootBalance()
{
return this->m_root->GetBalance();
}
};

lolunit_declare_fixture(AvlTreeTest)


Chargement…
Annuler
Enregistrer