You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hmm. that looks ominous (in the sense that defeating the error might lead you to encounter several similar ones; it looks like this compiler is quite picky...
I'd suggest an explicit cast:
e << "Number of stored labels (" << (long unsigned int) taxLabels.size() << ") exceeds the NTax specified (" << dimNTax<<").";
These lines:
https://github.com/mtholder/ncl/blob/master/ncl/nxstaxablock.cpp#L278-280
are causing issue when compiling NCL under windows (specifically using the winbuilder tool for R packages):
The text was updated successfully, but these errors were encountered: