]> Creatis software - creaRigidRegistration.git/blobdiff - lib/CheckBoard.cpp
fix mistyping
[creaRigidRegistration.git] / 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;