X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fviews.cpp;h=25abfbf151ab12eca4de005b89e86c69c1bf87b9;hp=d944e29db9fe7d7e47f0f2e60e0b441d132ecb97;hb=94efe525feb1c248cb86c0f40f1322fdbb1f28bb;hpb=11ea72090da18aa290e2c3ab217f1d27736bca50 diff --git a/src/views.cpp b/src/views.cpp index d944e29..25abfbf 100644 --- a/src/views.cpp +++ b/src/views.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: views.cpp,v 1.109 2001/02/20 17:44:14 kevin Exp $ +** $Id: views.cpp,v 1.110 2001/02/20 18:10:45 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 @@ -1825,7 +1825,7 @@ PhantomFileView::PhantomFileView() m_iDefaultNDet = 367; m_iDefaultNView = 320; #endif - m_iDefaultNSample = 1; + m_iDefaultNSample = 2; m_dDefaultRotation = 1; m_dDefaultFocalLength = 2; m_dDefaultViewRatio = 1;