Go to the source code of this file.
Functions | |
| printf ("Allocating memory for the doping profile...\n") | |
| if (ND==NULL) | |
Variables | |
| ND = malloc((Ne+1)*sizeof(double)) | |
| NA = malloc((Ne+1)*sizeof(double)) | |
| NE = malloc((Ng+1)*sizeof(double)) | |
| EPP = malloc((Ne+1)*sizeof(double)) | |
| VOLUME = malloc((Ne+1)*sizeof(double)) | |
| da = malloc((Ng+1)*sizeof(double)) | |
| XVEL = malloc((Ng+1)*sizeof(double)) | |
| YVEL = malloc((Ng+1)*sizeof(double)) | |
| ZVEL = malloc((Ng+1)*sizeof(double)) | |
| ENEL = malloc((Ng+1)*sizeof(double)) | |
|
|
Definition at line 106 of file dynamical_allocations.h. References printf(). 00106 { 00107 printf("dynamical allocation : not enough memory for the donor doping profile!\n"); 00108 exit(0); 00109 }
|
|
|
|
Definition at line 156 of file dynamical_allocations.h. |
|
|
Definition at line 181 of file dynamical_allocations.h. |
|
|
Definition at line 125 of file dynamical_allocations.h. |
|
|
Definition at line 110 of file dynamical_allocations.h. |
|
|
Definition at line 105 of file dynamical_allocations.h. |
|
|
Definition at line 118 of file dynamical_allocations.h. |
|
|
Definition at line 130 of file dynamical_allocations.h. |
|
|
Definition at line 166 of file dynamical_allocations.h. |
|
|
Definition at line 171 of file dynamical_allocations.h. |
|
|
Definition at line 176 of file dynamical_allocations.h. |