Skip to content
Snippets Groups Projects
Commit 8bd571a2 authored by akbib's avatar akbib Committed by akbib
Browse files

add getter for the material parameters

[[Imported from SVN: r11899]]
parent 2e6e7cf6
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,14 @@ public: ...@@ -49,7 +49,14 @@ public:
nu_(nu) nu_(nu)
{} {}
void setMaterialParameter(ctype E, ctype nu) void getMaterialParameters(ctype& E, ctype& nu)
{
E = E_;
nu = nu_;
}
void setMaterialParameters(ctype E, ctype nu)
{ {
E_ = E; E_ = E;
nu_ = nu; nu_ = nu;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment