Home
last modified time | relevance | path

Searched refs:fp_EV0 (Results 1 – 1 of 1) sorted by last modified time

/dports/science/openmx/openmx3.8/source/
H A DUnfolding_Bands.c128 FILE *fp_EV0; in Unfolding_Bands_Col() local
511 fp_EV0 = fopen(file_EV,"w"); in Unfolding_Bands_Col()
512 if (fp_EV0 == NULL) { in Unfolding_Bands_Col()
514 fclose(fp_EV0); in Unfolding_Bands_Col()
519 fprintf(fp_EV0,"set xtics("); in Unfolding_Bands_Col()
1114 if (fp_EV0 != NULL) fclose(fp_EV0); in Unfolding_Bands_Col()
1297 FILE *fp_EV0; in Unfolding_Bands_NonCol() local
1707 fp_EV0 = fopen(file_EV,"w"); in Unfolding_Bands_NonCol()
1708 if (fp_EV0 == NULL) { in Unfolding_Bands_NonCol()
1710 fclose(fp_EV0); in Unfolding_Bands_NonCol()
[all …]