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

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

CHG: added 24684-25833

File size: 679 bytes
RevLine 
[25834]1Index: ../trunk-jpl/src/c/modules/InputUpdateFromDakotax/InputUpdateFromDakotax.cpp
2===================================================================
3--- ../trunk-jpl/src/c/modules/InputUpdateFromDakotax/InputUpdateFromDakotax.cpp (revision 25232)
4+++ ../trunk-jpl/src/c/modules/InputUpdateFromDakotax/InputUpdateFromDakotax.cpp (revision 25233)
5@@ -210,6 +210,9 @@
6 variablecount++;
7 }
8
9+ /*Save results:*/
10+ femmodel->results->AddResult(new GenericExternalResult<IssmPDouble*>(femmodel->results->Size()+1,"uq_variables",variables,numdakotavariables,1,1,0));
11+
12 /*Free ressources:*/
13 for(i=0;i<variable_partitions_num;i++){
14 IssmDouble* matrix=variable_partitions[i];
Note: See TracBrowser for help on using the repository browser.