diff --git a/src/pymatlib/data/alloys/SS316L/SS304L.yaml b/src/pymatlib/data/alloys/SS316L/SS304L.yaml index 13bdc2361d126fb024f1b8f2cbced2177cb1b5c5..fd348720de59bc6d9e52ed3c2032fcbaa886bf08 100644 --- a/src/pymatlib/data/alloys/SS316L/SS304L.yaml +++ b/src/pymatlib/data/alloys/SS316L/SS304L.yaml @@ -106,8 +106,8 @@ # 3. Properties will be computed in the correct order regardless of their position in the file. # 4. All numerical values must use period (.) as decimal separator, not comma. # 5. Interpolation between data points is performed automatically for file-based and key-val properties. -# 6. To retrieve temperature from energy_density, use the interpolate_double_lookup_cpp method with -# the generated class from DoubleLookupArrayContainer named after the alloy. +# 6. To retrieve temperature from energy_density, use the default "interpolate" method from within +# the generated class from InterpolationArrayContainer named after the alloy. # ====================================================================================================