[Kst] branches/work/kst/portto4/kst/src/datasources/matlab

Nicolas Brisset nicolas.brisset at eurocopter.com
Mon Mar 5 15:41:56 UTC 2012


SVN commit 1283672 by brisset:

Focus follows mouse is not always your friend!


 M  +1 -1      matlab.cpp  


--- branches/work/kst/portto4/kst/src/datasources/matlab/matlab.cpp #1283671:1283672
@@ -503,8 +503,8 @@
     int8_t *dataPointer = (int8_t*)matvar->data;
     for (int i = 0; i < n; ++i) {
       v[i] = (double)dataPointer[i+s];
-cd     }
   }
+  }
     break;
 
   case EIGHT_BIT_UNSIGNED_INT_DT:


More information about the Kst mailing list