source: issm/oecreview/Archive/24684-25833/ISSM-25232-25233.diff@ 25834

Last change on this file since 25834 was 25834, checked in by Mathieu Morlighem, 4 years ago

CHG: added 24684-25833

File size: 679 bytes
  • ../trunk-jpl/src/c/modules/InputUpdateFromDakotax/InputUpdateFromDakotax.cpp

     
    210210                variablecount++;
    211211        }
    212212
     213        /*Save results:*/
     214        femmodel->results->AddResult(new GenericExternalResult<IssmPDouble*>(femmodel->results->Size()+1,"uq_variables",variables,numdakotavariables,1,1,0));
     215
    213216        /*Free ressources:*/
    214217        for(i=0;i<variable_partitions_num;i++){
    215218                IssmDouble* matrix=variable_partitions[i];
Note: See TracBrowser for help on using the repository browser.