mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-14 13:50:04 +00:00
fix syntax error
This commit is contained in:
parent
759d8b5317
commit
f37e22bfba
@ -479,7 +479,7 @@ bool btMiniSDF::interpolate(unsigned int field_id, double& dist, btVector3 const
|
||||
{
|
||||
//auto phi = m_coefficients[field_id][i].dot(shape_function_(xi, 0));
|
||||
double phi = 0.0;
|
||||
btShapeMatrix N = shape_function_(xi, 0;
|
||||
btShapeMatrix N = shape_function_(xi, 0);
|
||||
for (unsigned int j = 0u; j < 32u; ++j)
|
||||
{
|
||||
unsigned int v = cell.m_cells[j];
|
||||
|
Loading…
Reference in New Issue
Block a user