Changeset 3383
- Timestamp:
- Feb 28, 2013 7:35:22 AM (10 years ago)
- Location:
- trunk/packages/vizservers/vtkvis
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/vizservers/vtkvis/Makefile.in
r3333 r3383 166 166 RpWarp.cpp \ 167 167 TGAWriter.cpp \ 168 Trace.cpp 168 Trace.cpp \ 169 md5.c 169 170 170 171 ifdef USE_CUSTOM_AXES -
trunk/packages/vizservers/vtkvis/RpVtkRenderServer.cpp
r3382 r3383 34 34 #include "ResponseQueue.h" 35 35 #endif 36 #include <md5.h> 36 37 37 38 using namespace Rappture::VtkVis; -
trunk/packages/vizservers/vtkvis/RpVtkRendererCmd.cpp
r3382 r3383 2120 2120 /* Use the initial client key value pairs as the parts for a generating 2121 2121 * a unique file name. */ 2122 f = NanoVis::getStatsFile(objv[1]);2122 f = Rappture::VtkVis::getStatsFile(objv[1]); 2123 2123 if (f < 0) { 2124 2124 Tcl_AppendResult(interp, "can't open stats file: ",
Note: See TracChangeset
for help on using the changeset viewer.