FEM: typos

This commit is contained in:
Unknown
2017-10-24 02:42:09 -04:00
committed by wmayer
parent bbdab351ac
commit cb87fb505d
5 changed files with 10 additions and 11 deletions

View File

@@ -52,7 +52,7 @@ ConstraintForce::ConstraintForce()
"Points where arrows are drawn");
ADD_PROPERTY_TYPE(DirectionVector,(Base::Vector3d(0,0,1)),"ConstraintForce",App::PropertyType(App::Prop_ReadOnly|App::Prop_Output),
"Direction of arrows");
naturalDirectionVector = Base::Vector3d(0,0,0); // by default use the null vector to indication an invalid value
naturalDirectionVector = Base::Vector3d(0,0,0); // by default use the null vector to indicate an invalid value
Points.setValues(std::vector<Base::Vector3d>());
}