Changeset c510a7 for pcp/src/wannier.c
- Timestamp:
- Apr 29, 2008, 12:19:51 PM (17 years ago)
- Children:
- e936b3
- Parents:
- 307fd1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pcp/src/wannier.c
r307fd1 rc510a7 1875 1875 1876 1876 if (P->Par.me_comm_ST == 0) { 1877 tagname = (char *) Malloc(sizeof(char)* 255, "ParseWannierFile: *tagname");1877 tagname = (char *) Malloc(sizeof(char)*MAXSTRINGSIZE, "ParseWannierFile: *tagname"); 1878 1878 if(!OpenFile(P, &SpreadFile, suffix, "r", P->Call.out[ReadOut])) { // check if file exists 1879 1879 if (MPI_Bcast(&signal,1,MPI_INT,0,P->Par.comm_ST) != MPI_SUCCESS)
Note:
See TracChangeset
for help on using the changeset viewer.