vtk-m2/vtkm/exec
Kenneth Moreland 33edcc940d Make sure variables are initialized in error conditions
There are several switch statements in ParametricCoordinates.h that have
a default clause that is an error condition. The code was simply calling
the RaiseError method on the worklet before quiting. Although the
behavior is supposed to be similar to throwing an exception, flow
actually does still continue. These error default clauses kept going
without breaking from the switch or initializing the variables the
method is supposed to set. Although the values should not matter once
the error is raised, I was getting compiler warnings about it. It's also
bad practice as certain NaN values can cause the program to signal out,
so it is best to set the data to something.
2015-08-27 22:13:19 -06:00
..
arg The CellShape fetch returns a tag rather than ID. 2015-08-27 16:31:06 -06:00
cuda Workaround thrust 1.8 inclusive scan issue. 2015-08-17 10:39:14 -04:00
internal Merge branch 'variable-topology-fields' into 'master' 2015-08-19 11:27:43 -04:00
testing Fix gcc warnings 2015-08-27 17:39:45 -06:00
Assert.h Some fixes to VertexClustering 2015-06-29 15:14:50 -06:00
CellDerivative.h Fix gcc warnings 2015-08-27 17:39:45 -06:00
CellInterpolate.h Remove pixel and voxel cell types 2015-08-27 17:03:13 -06:00
CMakeLists.txt Add Newton's Method function. 2015-08-27 16:31:07 -06:00
ConnectivityExplicit.h The CellShape fetch returns a tag rather than ID. 2015-08-27 16:31:06 -06:00
ConnectivityStructured.h The CellShape fetch returns a tag rather than ID. 2015-08-27 16:31:06 -06:00
ExecutionObjectBase.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
ExecutionWholeArray.h Fix ExecutionWholeArray 2015-08-24 14:42:22 -04:00
FunctorBase.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
NewtonsMethod.h WorldCoordinatesToParametricCoordinates functions 2015-08-27 16:31:07 -06:00
ParametricCoordinates.h Make sure variables are initialized in error conditions 2015-08-27 22:13:19 -06:00