mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-12-26 10:31:39 +08:00
some bugfixes for VStudio NOMINMAX-problem ...
This commit is contained in:
parent
7a0d3a71df
commit
2d5e932d1d
@ -1261,7 +1261,7 @@ class JKQTPLOTTER_LIB_EXPORT JKQTPDatastore{
|
|||||||
*
|
*
|
||||||
* Pseudocode:
|
* Pseudocode:
|
||||||
* \code
|
* \code
|
||||||
* for (i=0; i<min(rows(otherColumnX), rows(otherColumnY)); i++) {
|
* for (i=0; i<std::min(rows(otherColumnX), rows(otherColumnY)); i++) {
|
||||||
* newColumn.push_back(f(getValue(otherColumnX, i), getValue(otherColumnY, i));
|
* newColumn.push_back(f(getValue(otherColumnX, i), getValue(otherColumnY, i));
|
||||||
* }
|
* }
|
||||||
* return newColumn;
|
* return newColumn;
|
||||||
|
Loading…
Reference in New Issue
Block a user