source: issm/oecreview/Archive/13977-14063/ISSM-14055-14056.diff@ 14064

Last change on this file since 14064 was 14064, checked in by Mathieu Morlighem, 12 years ago

Added Archive/13977-14063

File size: 980 bytes
RevLine 
[14064]1Index: ../trunk-jpl/src/wrappers/Kriging/Kriging.cpp
2===================================================================
3--- ../trunk-jpl/src/wrappers/Kriging/Kriging.cpp (revision 14055)
4+++ ../trunk-jpl/src/wrappers/Kriging/Kriging.cpp (revision 14056)
5@@ -4,6 +4,10 @@
6 #include "./Kriging.h"
7
8 void KrigingUsage(void){/*{{{*/
9+ int num=1;
10+#ifdef _MULTITHREADING_
11+ num=_NUMTHREADS_;
12+#endif
13 _pprintLine_("");
14 _pprintLine_(" usage: predictions=" << __FUNCT__ << "(x,y,observations,x_interp,y_interp,'options');");
15 _pprintLine_(" available options:");
16@@ -20,6 +24,7 @@
17 _pprintLine_(" -'maxtrimming': maximum trimming value (default is -1.e+21)");
18 _pprintLine_(" -'mintrimming': minimum trimming value (default is +1.e+21)");
19 _pprintLine_(" -'minspacing': minimum distance between observation (default is 0.01)");
20+ _pprintLine_(" -'numthreads': number of threads, default is "<<num);
21 _pprintLine_("");
22 }/*}}}*/
23 WRAPPER(Kriging){
Note: See TracBrowser for help on using the repository browser.