X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Fkernel%2Finclude%2FmarExperiment.cpp;h=f012ade5303b129f03297ed2dd6516fb36c65b85;hb=f6c7b458a17b67950d1844d6a600683a99cb2b6d;hp=9653fd6f8c01a943ff9ed000fbec4f7ab75dd330;hpb=a4ee3758aa0477f677fb981e2c4d6e29995e8db8;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/kernel/include/marExperiment.cpp b/lib/maracasVisuLib/src/kernel/include/marExperiment.cpp index 9653fd6..f012ade 100644 --- a/lib/maracasVisuLib/src/kernel/include/marExperiment.cpp +++ b/lib/maracasVisuLib/src/kernel/include/marExperiment.cpp @@ -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;