fix Mac build

This commit is contained in:
=
2014-10-29 13:56:32 -07:00
parent 8aaf5a5019
commit 83ccc5b2c5
2 changed files with 3 additions and 2 deletions

View File

@@ -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;