Skip to content

Commit

Permalink
FEM: result object, typo
Browse files Browse the repository at this point in the history
  • Loading branch information
makkemal authored and yorikvanhavre committed Jan 7, 2017
1 parent 162c74c commit ba38e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Fem/App/FemResultObject.h
Expand Up @@ -49,7 +49,7 @@ class AppFemExport FemResultObject : public App::DocumentObject
App::PropertyFloatList Stats;
/// Displacement vectors of analysis
App::PropertyVectorList DisplacementVectors;
/// Lengths of displacement vestors of analysis
/// Lengths of displacement vectors of analysis
App::PropertyFloatList DisplacementLengths;
/// Von Mises Stress values of analysis
App::PropertyFloatList StressValues;
Expand Down

0 comments on commit ba38e06

Please sign in to comment.