Skip to content

Commit

Permalink
+ set Const attribute to some methods of FemMesh
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Mar 12, 2015
1 parent 1676c03 commit bafe8d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Mod/Fem/App/FemMeshPy.xml
Expand Up @@ -79,12 +79,12 @@
<UserDocu>Use a Placement object to perform a translation or rotation</UserDocu>
</Documentation>
</Methode>
<Methode Name="copy">
<Methode Name="copy" Const="true">
<Documentation>
<UserDocu>Make a copy of this FEM mesh.</UserDocu>
</Documentation>
</Methode>
<Methode Name="getNodeById">
<Methode Name="getNodeById" Const="true">
<Documentation>
<UserDocu>Get the node position vector by an Node-ID</UserDocu>
</Documentation>
Expand Down

0 comments on commit bafe8d4

Please sign in to comment.