]> Creatis software - creaRigidRegistration.git/commitdiff
fix mistyping
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Wed, 17 Feb 2010 17:52:21 +0000 (17:52 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Wed, 17 Feb 2010 17:52:21 +0000 (17:52 +0000)
lib/CheckBoard.cpp

index a0ae2d74423d1a9dc21a4ae4039a1d72d2bb2c75..34a6749d7d08d01103c9f64ad17feeeea2cd3eba 100644 (file)
@@ -4,17 +4,15 @@
 * Constructor
 */
 //------------------------------------------------------------
-CheckBoard::CheckBoard()
-:              // use 'Initialization List'! //JPR
-       image1(NULL);
-       image2(NULL);
-       squaresX(0);
-       squaresY(0);
-       newImage(NULL);
-       processed(false);
-       newImage(NULL);
-       resample(NULL);
-       result(NULL);
+CheckBoard::CheckBoard() :             
+       image1(NULL),
+       image2(NULL),
+       squaresX(0),
+       squaresY(0),
+       newImage(NULL),
+       processed(false),
+       resample(NULL),
+       result(NULL)
 {
 /*
        image1=NULL;