From: Kevin M. Rosenberg Date: Mon, 18 Dec 2000 06:47:13 +0000 (+0000) Subject: r298: *** empty log message *** X-Git-Tag: debian-4.5.3-3~719 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=188a31eeb786dc0db5986fc4e78a86db2eb5f067 r298: *** empty log message *** --- diff --git a/msvc/ctsim/ctsim.plg b/msvc/ctsim/ctsim.plg index e69de29..115ada0 100644 --- a/msvc/ctsim/ctsim.plg +++ b/msvc/ctsim/ctsim.plg @@ -0,0 +1,80 @@ + + +
+

Build Log

+

+--------------------Configuration: libctsim - Win32 Release-------------------- +

+

Command Lines

+Creating temporary file "C:\DOCUME~1\kevin\LOCALS~1\Temp\RSP76.tmp" with contents +[ +/nologo /G6 /MT /W3 /GR /GX /O2 /I "..\..\..\zlib" /I "..\..\INCLUDE" /I "..\..\getopt" /I "..\..\..\lpng108" /I "..\..\..\fftw-2.1.3\fftw" /I "..\..\..\fftw-2.1.3\rfftw" /I "..\..\..\wx2\include" /D "NDEBUG" /D "HAVE_STRING_H" /D "HAVE_GETOPT_H" /D "WIN32" /D "_MBCS" /D "_LIB" /D "MSVC" /D "HAVE_FFTW" /D "HAVE_PNG" /D "HAVE_SGP" /D "HAVE_WXWINDOWS" /D "__WXMSW__" /Fp"Release/libctsim.pch" /YX /Fo"Release/" /Fd"Release/" /FD /c +"C:\ctsim-2.0.6\libctgraphics\sgp.cpp" +] +Creating command line "cl.exe @C:\DOCUME~1\kevin\LOCALS~1\Temp\RSP76.tmp" +Creating temporary file "C:\DOCUME~1\kevin\LOCALS~1\Temp\RSP77.tmp" with contents +[ +/nologo /out:"Release\libctsim.lib" +".\Release\array2dfile.obj" +".\Release\backprojectors.obj" +".\Release\clip.obj" +".\Release\consoleio.obj" +".\Release\ezplot.obj" +".\Release\ezset.obj" +".\Release\ezsupport.obj" +".\Release\filter.obj" +".\Release\fnetorderstream.obj" +".\Release\getopt.obj" +".\Release\getopt1.obj" +".\Release\imagefile.obj" +".\Release\mathfuncs.obj" +".\Release\phantom.obj" +".\Release\pol.obj" +".\Release\procsignal.obj" +".\Release\projections.obj" +".\Release\reconstruct.obj" +".\Release\scanner.obj" +".\Release\sgp.obj" +".\Release\strfuncs.obj" +".\Release\syserror.obj" +".\Release\trace.obj" +".\Release\transformmatrix.obj" +".\Release\xform.obj" +] +Creating command line "link.exe -lib @C:\DOCUME~1\kevin\LOCALS~1\Temp\RSP77.tmp" +

Output Window

+Compiling... +sgp.cpp +Creating library... +

+--------------------Configuration: ctsim - Win32 Release-------------------- +

+

Command Lines

+Creating temporary file "C:\DOCUME~1\kevin\LOCALS~1\Temp\RSP78.tmp" with contents +[ +kernel32.lib user32.lib wsock32.lib comctl32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib libpng.lib zlib.lib /nologo /subsystem:windows /incremental:no /pdb:"Release/ctsim.pdb" /machine:I386 /out:"Release/ctsim.exe" /libpath:"..\..\..\lpng108\msvc\win32\libpng\lib" /libpath:"..\..\..\lpng108\msvc\win32\zlib\lib" +".\Release\ctsim.obj" +".\Release\dialogs.obj" +".\Release\dlgprojections.obj" +".\Release\dlgreconstruct.obj" +".\Release\docs.obj" +".\Release\views.obj" +".\Release\wx.res" +"\ctsim-2.0.6\msvc\libctsim\Release\libctsim.lib" +"\fftw-2.1.3\Win32\FFTW2st\Release\FFTW2st.lib" +"\fftw-2.1.3\Win32\RFFTW2st\Release\RFFTW2st.lib" +"\wx2\lib\wx.lib" +] +Creating command line "link.exe @C:\DOCUME~1\kevin\LOCALS~1\Temp\RSP78.tmp" +

Output Window

+Linking... +LINK : warning LNK4089: all references to "ADVAPI32.dll" discarded by /OPT:REF +LINK : warning LNK4089: all references to "WSOCK32.dll" discarded by /OPT:REF + + + +

Results

+ctsim.exe - 0 error(s), 2 warning(s) +
+ + diff --git a/src/dlgprojections.cpp b/src/dlgprojections.cpp index 4971292..870f13b 100644 --- a/src/dlgprojections.cpp +++ b/src/dlgprojections.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: dlgprojections.cpp,v 1.11 2000/12/18 06:32:13 kevin Exp $ +** $Id: dlgprojections.cpp,v 1.12 2000/12/18 06:47:13 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 @@ -163,7 +163,8 @@ ProjectionsDialog::showView (int iViewNumber) detPos[i] = i; EZPlot ezplot (*m_pSGP); ezplot.ezset("grid"); - ezplot.ezset("box"); + ezplot.ezset("box"); + ezplot.ezset("yticks left"); ezplot.addCurve (detValues, detPos, detArray.nDet()); m_pSGP->setViewport (0.67, 0.1, 1., 1.); ezplot.plot();