From b4f9fef6b8aebd0e32999149623c5c0faa931f5c Mon Sep 17 00:00:00 2001 From: Rahil Doshi <rahil.doshi@fau.de> Date: Sat, 1 Mar 2025 16:36:10 +0100 Subject: [PATCH] Update documentation --- src/pymatlib/data/alloys/SS316L/SS304L.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pymatlib/data/alloys/SS316L/SS304L.yaml b/src/pymatlib/data/alloys/SS316L/SS304L.yaml index 13bdc23..fd34872 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. # ==================================================================================================== -- GitLab