]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/kernel/include/marExperiment.cpp
remove home-made 'uint', 'uchar', 'ushort', etc replace by uint32_t, uint8_t, uint16_t
[creaMaracasVisu.git] / lib / maracasVisuLib / src / kernel / include / marExperiment.cpp
index 9653fd6f8c01a943ff9ed000fbec4f7ab75dd330..f012ade5303b129f03297ed2dd6516fb36c65b85 100644 (file)
@@ -3,8 +3,8 @@
   Program:   wxMaracas
   Module:    $RCSfile: marExperiment.cpp,v $
   Language:  C++
-  Date:      $Date: 2009/05/14 13:55:07 $
-  Version:   $Revision: 1.1 $
+  Date:      $Date: 2010/04/20 16:11:41 $
+  Version:   $Revision: 1.2 $
 
   Copyright: (c) 2002, 2003
   License:
@@ -324,8 +324,8 @@ bool marExperiment::load(  std::ifstream& is )
 // ----------------------------------------------------------------------------
 void marExperiment::DeleteAxis( unsigned int index )
 {
-       /* Very naughty bug, when doing a - 1, where a is uint result is still
-       uint, imaging when a=0 :) need to cast to int*/
+       /* Very naughty bug, when doing a - 1, where a is uint32_t result is still
+       uint32_t, imaging when a=0 :) need to cast to int*/
   
   int axesize=_axes.size( )-1;
   index=index+1;