Home
last modified time | relevance | path

Searched refs:SmoothMethId (Results 1 – 1 of 1) sorted by relevance

/dports/math/laspack/laspack/examples/mlstest/
H A Dmlstest.c208 int SmoothMethId; /* smoothing method identifier */ in MGParmInput() local
315 scanf("%d", &SmoothMethId); in MGParmInput()
316 if (SmoothMethId < 1 || SmoothMethId > 13) in MGParmInput()
318 } while (SmoothMethId < 1 || SmoothMethId > 13); in MGParmInput()
319 switch (SmoothMethId) { in MGParmInput()