bool RefractionExtinctionGlazing_Impl::setThermalResistivity(double value) {
   return setThermalConductivity(1.0/value);
 }
Exemple #2
0
 bool Screen_Impl::setThermalResistivity(double value) {
   return setThermalConductivity(1.0/value);
 }