Changeset 79290f for pcp/src/riemann.c
- Timestamp:
- Jun 7, 2008, 1:13:29 PM (17 years ago)
- Children:
- 02bc3c
- Parents:
- a97897
- File:
-
- 1 edited
-
pcp/src/riemann.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pcp/src/riemann.c
ra97897 r79290f 11 11 $Id: riemann.c,v 1.8 2006/03/30 22:19:52 foo Exp $ 12 12 */ 13 14 #ifdef HAVE_CONFIG_H 15 #include <config.h> 16 #endif 13 17 14 18 #include <stdlib.h> … … 440 444 fft_3d_complex_to_real(plan, LevS->LevelNo, (int)FFTNFSVecUp, RTAC[RTAA], work); 441 445 RiemannRTransformPos(LevS, RTAR[RTAA], workR, NFields[RTAA]); 442 /* All RTA Žs in R*/446 /* All RTAᅵs in R*/ 443 447 for (i=0; i < LocalSizeR[RTAIRT]; i++) { 444 448 destDet[i] = 1./RDET3(&srcRT[NDIM_NDIM*i]);
Note:
See TracChangeset
for help on using the changeset viewer.
