Changeset 5476
- Timestamp:
- Jul 7, 2008, 4:33:06 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/shallow_water/urs_ext.c
r5474 r5476 210 210 return NULL; 211 211 } 212 213 212 /*now allocate space for, and read in, the structures for each station*/ 214 213 mytgs0 = (struct tgsrwg *) malloc(nsta0*sizeof(struct tgsrwg)); … … 236 235 } 237 236 fclose(fp); 238 239 237 // Allocate header array for each remaining source file. 240 238 // FIXME: only need to store for one source and which is compared to all subsequent
Note: See TracChangeset
for help on using the changeset viewer.