Parent Directory
|
Revision Log
|
Patch
revision 1877 by jfenwick, Mon Oct 13 04:32:22 2008 UTC | revision 1878 by gross, Tue Oct 14 03:39:13 2008 UTC | |
---|---|---|
# | Line 2463 Data::borrowData() const | Line 2463 Data::borrowData() const |
2463 | std::string | std::string |
2464 | Data::toString() const | Data::toString() const |
2465 | { | { |
2466 | static const DataTypes::ValueType::size_type TOO_MANY_POINTS=80; | static const DataTypes::ValueType::size_type TOO_MANY_POINTS=8000; |
2467 | if (getNumDataPoints()*getDataPointSize()>TOO_MANY_POINTS) | if (getNumDataPoints()*getDataPointSize()>TOO_MANY_POINTS) |
2468 | { | { |
2469 | stringstream temp; | stringstream temp; |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |