Changeset 5483


Ignore:
Timestamp:
May 9, 2015 1:52:14 PM (9 years ago)
Author:
ldelgass
Message:

whitespace/comment

Location:
nanovis/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • nanovis/trunk/ParticleRenderer.cpp

    r5404 r5483  
    157157                }
    158158                //shorter life span, quicker iterations
    159                 p->life = rand() / ((float) RAND_MAX) * 0.5  + 0.5f; 
     159                p->life = rand() / ((float) RAND_MAX) * 0.5  + 0.5f;
    160160            }
    161161        }
  • nanovis/trunk/configure.in

    r4949 r5483  
    167167fi
    168168
    169 # We are assuming that we're using VTK 6.0
     169# There can be multiple versions of VTK installed side-by-side
     170# By default, we use our version from the install prefix
     171# lib/include directories
    170172VTK_VERSION=6.1
    171173VTK_LIB_DIR=${libdir}
     
    180182fi
    181183
    182 dnl Prefer our VTK installation over systems. --with-vtk overrides.
    183184if test "x$with_vtk" != "x" ; then
    184185   VTK_VERSION=$with_vtk
Note: See TracChangeset for help on using the changeset viewer.