Refactoring: another huge number of changes, renamed methods to start with lower-case.
This commit is contained in:
@@ -61,7 +61,7 @@ class btUnionFind
|
||||
return m_elements[index];
|
||||
}
|
||||
|
||||
void Allocate(int N);
|
||||
void allocate(int N);
|
||||
void Free();
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user