fix Mac build
This commit is contained in:
@@ -46,6 +46,7 @@
|
||||
"../bullet2/MultiBodyDemo/TestJointTorqueSetup.h",
|
||||
-- "../DifferentialGearDemo/DifferentialGearSetup.cpp",
|
||||
-- "../DifferentialGearDemo/DifferentialGearSetup.h",
|
||||
"../FiniteElementMethod/FiniteElementDemo.cpp",
|
||||
"../../Demos/BasicDemo/BasicDemoPhysicsSetup.cpp",
|
||||
"../../Demos/BasicDemo/BasicDemoPhysicsSetup.h",
|
||||
"../../Demos/CcdPhysicsDemo/CcdPhysicsSetup.cpp",
|
||||
|
||||
@@ -61,8 +61,8 @@ namespace OpenTissue
|
||||
|
||||
for (int n = 0;n<mesh.m_nodes.size();n++)
|
||||
{
|
||||
fem_mesh::node_type& ni = mesh.m_nodes[n];
|
||||
if (ni.m_mass)
|
||||
//fem_mesh::node_type& ni = mesh.m_nodes[n];
|
||||
//if (ni.m_mass)
|
||||
{
|
||||
unsigned int i = n_i->idx();
|
||||
vector3_type & b_i = n_i->m_b;
|
||||
|
||||
Reference in New Issue
Block a user