Python 3 bug fix for the N-state model target function setup.
The num_tensors variable needs to be an integer, but the Python 3 division will create a float type.
Authored by: bugman 2012-10-02
Parent: [r17669]
Child: [r17671]