Skip to content
Snippets Groups Projects
Commit ff3d6661 authored by webmanue's avatar webmanue
Browse files

remove unused property density

parent c54dbebc
No related branches found
No related tags found
No related merge requests found
......@@ -37,12 +37,10 @@ template <class ValueType_> struct Properties<ValueType_, 3> {
value_type shear_correction_factor_y;
value_type shear_correction_factor_z;
value_type density;
value_type area;
value_type area_moment_z;
value_type area_moment_y;
value_type polar_moment_x;
value_type weight;
......@@ -56,9 +54,8 @@ template <class ValueType_> struct Properties<ValueType_, 2> {
value_type shear_correction_factor_y;
value_type density;
value_type area;
value_type area_moment_z;
value_type weight;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment