64 #ifdef G4MULTITHREADED
73 #ifdef G4MULTITHREADED
79 #ifdef G4MULTITHREADED
93 size_t nmat = theMaterialTable->size();
95 for(i=0; i<nmat; i++) {
96 if((*theMaterialTable)[i]) {
delete (*theMaterialTable)[i]; }
100 size_t nelm = theElementTable->size();
101 for(i=0; i<nelm; i++) {
102 if((*theElementTable)[i]) {
delete (*theElementTable)[i]; }
106 size_t niso = theIsotopeTable->size();
107 for(i=0; i<niso; i++) {
108 if((*theIsotopeTable)[i]) {
delete (*theIsotopeTable)[i]; }
129 G4cout <<
"G4NistManager::BuildMaterialWithNewDensity ERROR: " <<
G4endl;
130 G4cout <<
" New material <" << name <<
"> cannot be built because material"
131 <<
" with the same name already exist" <<
G4endl;
132 G4Exception(
"G4NistManager::BuildMaterialWithNewDensity()",
"mat101",
138 G4cout <<
"G4NistManager::BuildMaterialWithNewDensity ERROR: " <<
G4endl;
139 G4cout <<
" New material <" << name <<
"> cannot be built because "
141 G4cout <<
" base material <" << basename <<
"> does not exist" <<
G4endl;
142 G4Exception(
"G4NistManager::BuildMaterialWithNewDensity()",
"mat102",
172 size_t nelm = theElementTable->size();
173 for(
size_t i=0; i<nelm; i++) {
186 size_t nmat = theMaterialTable->size();
187 for(
size_t i=0; i<nmat; i++) {
199 #ifdef G4MULTITHREADED
205 #ifdef G4MULTITHREADED
225 for(
G4int j=1; j<101; ++j) {
228 LOGAZ[j] = std::log(A);
240 #ifdef G4MULTITHREADED
245 #ifdef G4MULTITHREADED
258 #ifdef G4MULTITHREADED
269 #ifdef G4MULTITHREADED