r559: no message
[ctsim.git] / src / dlgprojections.cpp
index c5888c2ad92d7e01cffcdf179a10bd3792f6db0f..e2d3a4402e4ce76dbfa61bcb16d8d3bea01c5182 100644 (file)
@@ -7,9 +7,9 @@
 **   Date Started:  August 2000
 **
 **  This is part of the CTSim program
-**  Copyright (C) 1983-2000 Kevin Rosenberg
+**  Copyright (c) 1983-2001 Kevin Rosenberg
 **
-**  $Id: dlgprojections.cpp,v 1.19 2001/01/27 21:02:20 kevin Exp $
+**  $Id: dlgprojections.cpp,v 1.22 2001/01/30 05:05:41 kevin Exp $
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
@@ -168,6 +168,8 @@ ProjectionsDialog::showView (int iViewNumber)
                        ezplot.ezset ("grid");
                        ezplot.ezset ("box");
                        ezplot.ezset ("yticks left");
+                       ezplot.ezset ("xticks major 5");
+                       ezplot.ezset ("yticks major 10");
                        ezplot.addCurve (detValues, detPos, detArray.nDet());
 #if 1
       ezplot.ezset ("xporigin 0.67");