source: issm/oecreview/Archive/24307-24683/ISSM-24527-24528.diff

Last change on this file was 24684, checked in by Mathieu Morlighem, 5 years ago

CHG: added new review

File size: 791 bytes
  • ../trunk-jpl/src/c/classes/FemModel.cpp

     
    52465246                                /*Get the right transient input*/
    52475247                                Element* element=xDynamicCast<Element*>(elements->GetObjectByOffset(j));
    52485248                                TransientInput2* transientinput = this->inputs2->GetTransientInput(transientinput_enum[i]); _assert_(transientinput);
     5249                                _assert_(transientinput);
    52495250
    52505251                                /*Get values and lid list*/
    52515252                                const int   numvertices = element->GetNumberOfVertices();
     
    52615262                                }
    52625263                                xDelete<IssmDouble>(values);
    52635264                                xDelete<int>(vertexlids);
     5265
     5266                                //transientinput->Configure(this->parameters);
    52645267                        }
    52655268                }
    52665269        }
Note: See TracBrowser for help on using the repository browser.