Last change
on this file since 24684 was 24684, checked in by Mathieu Morlighem, 5 years ago |
CHG: added new review
|
File size:
791 bytes
|
Rev | Line | |
---|
[24684] | 1 | Index: ../trunk-jpl/src/c/classes/FemModel.cpp
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/src/c/classes/FemModel.cpp (revision 24527)
|
---|
| 4 | +++ ../trunk-jpl/src/c/classes/FemModel.cpp (revision 24528)
|
---|
| 5 | @@ -5246,6 +5246,7 @@
|
---|
| 6 | /*Get the right transient input*/
|
---|
| 7 | Element* element=xDynamicCast<Element*>(elements->GetObjectByOffset(j));
|
---|
| 8 | TransientInput2* transientinput = this->inputs2->GetTransientInput(transientinput_enum[i]); _assert_(transientinput);
|
---|
| 9 | + _assert_(transientinput);
|
---|
| 10 |
|
---|
| 11 | /*Get values and lid list*/
|
---|
| 12 | const int numvertices = element->GetNumberOfVertices();
|
---|
| 13 | @@ -5261,6 +5262,8 @@
|
---|
| 14 | }
|
---|
| 15 | xDelete<IssmDouble>(values);
|
---|
| 16 | xDelete<int>(vertexlids);
|
---|
| 17 | +
|
---|
| 18 | + //transientinput->Configure(this->parameters);
|
---|
| 19 | }
|
---|
| 20 | }
|
---|
| 21 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.