Changed the array declarations in the target_functions/c_chi2 C file and header.
Instead of using the pointer format of *xyz, the array format of xyz[] is now being used. These are equivalent and the later is more obvious that this is an array.
Authored by: bugman 2014-08-26
Parent: [r25294]
Child: [r25296]