Changeset 64fa9e for pcp/src/pcp.c
- Timestamp:
- Apr 21, 2008, 2:19:24 PM (17 years ago)
- Children:
- e00f47
- Parents:
- 32de28
- git-author:
- Frederik Heber <heber@…> (04/18/08 14:51:49)
- git-committer:
- Frederik Heber <heber@…> (04/21/08 14:19:24)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pcp/src/pcp.c
r32de28 r64fa9e 741 741 avarage, stddev); 742 742 } 743 if (!P->Par.me_comm_ST_Psi) Free(A );744 if (!P->Par.me_comm_ST_PsiT && !P->Par.me_comm_ST_Psi) Free(AT );743 if (!P->Par.me_comm_ST_Psi) Free(A, "TestGSfft: A"); 744 if (!P->Par.me_comm_ST_PsiT && !P->Par.me_comm_ST_Psi) Free(AT, "TestGSfft: AT"); 745 745 } 746 746 #endif
Note:
See TracChangeset
for help on using the changeset viewer.