Changeset 3615 in Sophya for trunk/SophyaProg/Tests/tfft.cc
- Timestamp:
- May 1, 2009, 1:34:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/Tests/tfft.cc
r3572 r3615 70 70 if (inp_typ_random) 71 71 for (i=0; i<num ; i++){ 72 ino[i] = in[i] = Gau Rnd(0., 1.);72 ino[i] = in[i] = Gaussian(1.,0.); 73 73 inc[i] = complex<T> (in[i], 0.); 74 74 }
Note:
See TracChangeset
for help on using the changeset viewer.