r75: *** empty log message ***
[ctsim.git] / src / if-1.cpp
index 16e3b82ce46daac6dbf87f30d05a5769e4a89cab..b28ac181baad166d2cbf481ff4cc072d59694fa5 100644 (file)
@@ -2,8 +2,11 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: if-1.cpp,v 1.1 2000/06/07 02:29:05 kevin Exp $
+**  $Id: if-1.cpp,v 1.2 2000/06/07 03:50:27 kevin Exp $
 **  $Log: if-1.cpp,v $
 **  $Log: if-1.cpp,v $
+**  Revision 1.2  2000/06/07 03:50:27  kevin
+**  *** empty log message ***
+**
 **  Revision 1.1  2000/06/07 02:29:05  kevin
 **  Initial C++ versions
 **
 **  Revision 1.1  2000/06/07 02:29:05  kevin
 **  Initial C++ versions
 **
@@ -153,8 +156,8 @@ if1_main (int argc, char *const argv[])
 
     im_in = new ImageFile (in_file);
     im_in->adf.fileRead ();
 
     im_in = new ImageFile (in_file);
     im_in->adf.fileRead ();
-    int nx = im_in->adf.nx;
-    int ny = im_in->adf.ny;
+    int nx = im_in->adf.nx();
+    int ny = im_in->adf.ny();
     im_out = new ImageFile (out_file, nx, ny);
     im_out->adf.fileCreate ();
 
     im_out = new ImageFile (out_file, nx, ny);
     im_out->adf.fileCreate ();