From 6422f96a071b07e70f37fb463495395c9a57d80d Mon Sep 17 00:00:00 2001 From: pgovyadi Date: Wed, 1 Jun 2016 16:37:59 -0500 Subject: [PATCH] minor bug fixes and comments --- stim/gl/gl_spider.h | 4 ++-- stim/grids/image_stack.h | 2 ++ stim/parser/filename.h | 8 ++++++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/stim/gl/gl_spider.h b/stim/gl/gl_spider.h index 4efe020..47e9e1f 100644 --- a/stim/gl/gl_spider.h +++ b/stim/gl/gl_spider.h @@ -869,8 +869,8 @@ class gl_spider : public virtual gl_texture GenerateFBO(16, numSamplesPos*8, ptexbufferID, pfboID); GenerateFBO(16, numSamplesMag*8, mtexbufferID, mfboID); GenerateFBO(16, 216, btexbufferID, bfboID); - setDims(0.6, 0.6, 1.0); - setSize(1024.0, 1024.0, 1024.0); +// setDims(0.6, 0.6, 1.0); +// setSize(1024.0, 1024.0, 1024.0); setMatrix(); dList = glGenLists(3); glListBase(dList); diff --git a/stim/grids/image_stack.h b/stim/grids/image_stack.h index 130b924..f0c3752 100644 --- a/stim/grids/image_stack.h +++ b/stim/grids/image_stack.h @@ -46,6 +46,8 @@ public: std::cout<<"STIM ERROR (image_stack): No matching files for loading a stack."<