search for: slenk

Displaying 2 results from an estimated 2 matches for "slenk".

Did you mean: slen
2006 Oct 27
0
problem with applying regul function (pastecs)
...tat=1/12,units="years",methods= c("linear")) At first this seems to work but if I recall timeseries I get the following output on the screen: > timeseries Regulation of, by "method" : Error in "names<-.default"(`*tmp*`, value = c("Blauwe.Slenk.oost", "Bocht.van.Watum", : 'names' attribute [35] must be the same length as the vector [1] According to the reference manual I have to give a vector with time points (time[,1]) as the first variable 'x' and a data frame/matrix (as.data.frame(temp)) as...
2016 Oct 13
2
LTO prevention help
I'm trying to learn about LTO. I have a static variable that I try to give a non-compile-time-constant value to. With LTO turned off, the sprintf happens i.e. a breakpoint set on that line does get triggered. With LTO turned on (either Monolithic or Incremental), the code appears to be removed/elided/deleted/forgotten/dropped/lost/ignored and the breakpoint is never tripped. What can I do to