Possible bug in src/Varsstat.cc when using operator -vars... » fix.patch
| src/Varsstat.cc | ||
|---|---|---|
|
if (!rsamp1.empty())
|
||
|
field2_stdvar_func(rvars1, vars2[levelID], rsamp1, divisor);
|
||
|
else
|
||
|
fieldc_stdvar_func(rvars1, vars2[levelID], rsamp1.nsamp, divisor);
|
||
|
fieldc_stdvar_func(rvars1, vars2[levelID], rvars1.nsamp, divisor);
|
||
|
}
|
||
|
else if (lrange) { field2_sub(rvars1, vars2[levelID]); }
|
||
- « Previous
- 1
- …
- 3
- 4
- 5
- Next »