Home
last modified time | relevance | path

Searched refs:header_table (Results 1 – 1 of 1) sorted by relevance

/phasta/phastaIO/
H A DphastaIO.cc1032 unsigned long **header_table; in openfile() local
1033header_table = ( unsigned long ** )calloc(PhastaIOActiveFiles[i]->nFields, sizeof(unsigned long *)… in openfile()
1037header_table[j]=( unsigned long * ) calloc( PhastaIOActiveFiles[i]->nPPF , sizeof( unsigned long)); in openfile()
1044 memcpy( header_table[j], in openfile()
1051 MPI_Scatter( header_table[j], in openfile()
1069 free ( header_table[j] ); in openfile()
1071 free (header_table); in openfile()
1207 unsigned long **header_table; in closefile() local
1208header_table = ( unsigned long ** )calloc(PhastaIOActiveFiles[i]->nFields, sizeof(unsigned long *)… in closefile()
1211header_table[j]=( unsigned long * ) calloc( PhastaIOActiveFiles[i]->nPPF , sizeof( unsigned long)); in closefile()
[all …]