[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/work/kst/portto4/kst/src/libkst
From:       George Staikos <staikos () kde ! org>
Date:       2007-05-30 6:13:05
Message-ID: 1180505585.202987.10075.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 669714 by staikos:

fix debug


 M  +3 -3      kstvector.cpp  


--- branches/work/kst/portto4/kst/src/libkst/kstvector.cpp #669713:669714
@@ -44,7 +44,7 @@
 /** Create a vector */
 KstVector::KstVector(KstObjectTag in_tag, int size, KstObject *provider, bool isScalarList)
 : KstPrimitive(provider), _nsum(0) {
-  //qDebug() << "+++ CREATING VECTOR: " << (void*) this << endl;
+  // qDebug() << "+++ CREATING VECTOR: " << (void*) this;
   _editable = false;
   NumShifted = 0;
   NumNew = 0;
@@ -144,7 +144,7 @@
 
 
 KstVector::~KstVector() {
-  //qDebug() << "+++ DELETING VECTOR: " << (void*) this << endl;
+  // qDebug() << "+++ DELETING VECTOR: " << (void*) this;
   KST::scalarList.lock().writeLock();
   KST::scalarList.setUpdateDisplayTags(false);
   for (QHash<QString, KstScalar*>::Iterator it = _scalars.begin(); it != _scalars.end(); ++it) {
@@ -421,7 +421,7 @@
 
 
 bool KstVector::resize(int sz, bool init) {
-  //qDebug() << "resizing to: " << sz << endl;
+  //qDebug() << "resizing to: " << sz;
   if (sz > 0) {
     _v = static_cast<double*>(KST::realloc(_v, sz*sizeof(double)));
     if (!_v) {
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic