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