source: issm/oecreview/Archive/24684-25833/ISSM-25304-25305.diff

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

CHG: added 24684-25833

File size: 630 bytes
RevLine 
[25834]1Index: ../trunk-jpl/src/c/modules/InputUpdateFromDakotax/InputUpdateFromDakotax.cpp
2===================================================================
3--- ../trunk-jpl/src/c/modules/InputUpdateFromDakotax/InputUpdateFromDakotax.cpp (revision 25304)
4+++ ../trunk-jpl/src/c/modules/InputUpdateFromDakotax/InputUpdateFromDakotax.cpp (revision 25305)
5@@ -163,7 +163,7 @@
6
7 if(VerboseQmu()){
8 _printf0_(" SurfaceloadModelid MME, with ids: ");
9- for (int i=0;i<npart;i++)_printf0_((int)distributed_values[i]+1 << " ");
10+ for (int i=0;i<npart;i++)_printf0_((int)distributed_values[i] << " ");
11 _printf0_("\n");
12 }
13
Note: See TracBrowser for help on using the repository browser.