Mercurial > hg > svgui
changeset 429:427e5c58658e
* Fix a nasty and long-standing race condition in MatrixFile's use of
FileReadThread that was causing crashes sometimes
| author | Chris Cannam |
|---|---|
| date | Thu, 09 Oct 2008 20:10:28 +0000 |
| parents | 55cdd79606ba |
| children | bcaeb2ba9b74 |
| files | layer/TimeInstantLayer.cpp |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/layer/TimeInstantLayer.cpp Thu Oct 09 13:13:33 2008 +0000 +++ b/layer/TimeInstantLayer.cpp Thu Oct 09 20:10:28 2008 +0000 @@ -35,7 +35,7 @@ #include <iostream> #include <cmath> -#define DEBUG_TIME_INSTANT_LAYER 1 +//#define DEBUG_TIME_INSTANT_LAYER 1 TimeInstantLayer::TimeInstantLayer() : SingleColourLayer(),
