Changeset 4923


Ignore:
Timestamp:
Jan 13, 2015 11:50:08 AM (9 years ago)
Author:
ldelgass
Message:

whitespace

Location:
nanovis/branches/1.1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • nanovis/branches/1.1/FlowParticles.cpp

    r4904 r4923  
    5757}
    5858
    59 bool 
     59bool
    6060FlowParticles::configure()
    6161{
  • nanovis/branches/1.1/ZincBlendeVolume.h

    r4889 r4923  
    2121{
    2222public:
    23     ZincBlendeVolume(float x, float y, float z, 
    24                      int width, int height, int depth, int numComponents, 
     23    ZincBlendeVolume(float x, float y, float z,
     24                     int width, int height, int depth, int numComponents,
    2525                     float *dataVolumeA, float *dataVolumeB,
    26                      double vmin, double vmax, double non_zeromin, const vrmath::Vector3f& cellSize);
     26                     double vmin, double vmax, double nonZeroMin,
     27                     const vrmath::Vector3f& cellSize);
    2728
    2829    virtual ~ZincBlendeVolume();
Note: See TracChangeset for help on using the changeset viewer.