The Sobol' point data structure is now float32.
The float16 was used to help with data transfers for the multi-processor. However it has the problem of producing different results on machines where numpy.float16 does not exist. The single precision is sufficient for the uni-processor operation.
Authored by: bugman 2013-03-05
Parent: [r18654]
Child: [r18656]