| 1194 | 
  | 
     | 
| 1195 | 
  | 
    det = intTensor.determinant(); | 
| 1196 | 
  | 
    sysconstants = geomCnst/(RealType)nGlobalIntegrableObjects_; | 
| 1197 | 
< | 
    volume = 4.0/3.0*NumericConstant::PI*pow(sysconstants,3.0/2.0)*sqrt(det); | 
| 1197 | 
> | 
    volume = 4.0/3.0*NumericConstant::PI*pow(sysconstants,geomCnst)*sqrt(det); | 
| 1198 | 
  | 
    return; | 
| 1199 | 
  | 
  } | 
| 1200 | 
  | 
 | 
| 1210 | 
  | 
     | 
| 1211 | 
  | 
    detI = intTensor.determinant(); | 
| 1212 | 
  | 
    sysconstants = geomCnst/(RealType)nGlobalIntegrableObjects_; | 
| 1213 | 
< | 
    volume = 4.0/3.0*NumericConstant::PI*pow(sysconstants,3.0/2.0)*sqrt(detI); | 
| 1213 | 
> | 
    volume = 4.0/3.0*NumericConstant::PI*pow(sysconstants,geomCnst)*sqrt(detI); | 
| 1214 | 
  | 
    return; | 
| 1215 | 
  | 
  } | 
| 1216 | 
  | 
/* |