source: issm/trunk-jpl/externalpackages/dakota/NonDUnilevelRBDO.C.5.2.patch@ 14268

Last change on this file since 14268 was 14268, checked in by jschierm, 12 years ago

NEW: install and patches for Dakota 5.2.

File size: 281 bytes
Line 
11046a1047
2> // add sensitivity output to importance factors (jes, 8/06/10)
31048c1049,1050
4< << uv_labels[j].data() << " = " << impFactor[i][j] << '\n';
5---
6> << uv_labels[j].data() << " = " << impFactor[i][j]
7> << " Sensitivity = " << fnGradsMeanX(i,j) << '\n';
Note: See TracBrowser for help on using the repository browser.