0024002: Overall code and build procedure refactoring -- manual
[occt.git] / src / Quantity / Quantity_Resistivity.hxx
index 67580b3..87c4fd6 100644 (file)
 
 #include <Standard_Real.hxx>
 
-typedef Standard_Real Quantity_Resistivity;
+//! Defined as the resistance of a conductor of unit
+//! cross-section per unit length.
+//! It is measured in Ohm-metres.
+//! It is the reciprocal of the conductivity.
 
+typedef Standard_Real Quantity_Resistivity;
 
 #endif // _Quantity_Resistivity_HeaderFile