source:
issm/oecreview/Archive/13977-14063/ISSM-14055-14056.diff
| Last change on this file was 14064, checked in by , 13 years ago | |
|---|---|
| File size: 980 bytes | |
-
../trunk-jpl/src/wrappers/Kriging/Kriging.cpp
4 4 #include "./Kriging.h" 5 5 6 6 void KrigingUsage(void){/*{{{*/ 7 int num=1; 8 #ifdef _MULTITHREADING_ 9 num=_NUMTHREADS_; 10 #endif 7 11 _pprintLine_(""); 8 12 _pprintLine_(" usage: predictions=" << __FUNCT__ << "(x,y,observations,x_interp,y_interp,'options');"); 9 13 _pprintLine_(" available options:"); … … 20 24 _pprintLine_(" -'maxtrimming': maximum trimming value (default is -1.e+21)"); 21 25 _pprintLine_(" -'mintrimming': minimum trimming value (default is +1.e+21)"); 22 26 _pprintLine_(" -'minspacing': minimum distance between observation (default is 0.01)"); 27 _pprintLine_(" -'numthreads': number of threads, default is "<<num); 23 28 _pprintLine_(""); 24 29 }/*}}}*/ 25 30 WRAPPER(Kriging){
Note:
See TracBrowser
for help on using the repository browser.
![(please configure the [header_logo] section in trac.ini)](/trac/issm/chrome/common/trac_banner.png)