Skip to content
Snippets Groups Projects
Commit b4f9fef6 authored by Rahil Doshi's avatar Rahil Doshi
Browse files

Update documentation

parent 4addb808
No related branches found
No related tags found
No related merge requests found
...@@ -106,8 +106,8 @@ ...@@ -106,8 +106,8 @@
# 3. Properties will be computed in the correct order regardless of their position in the file. # 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. # 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. # 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 # 6. To retrieve temperature from energy_density, use the default "interpolate" method from within
# the generated class from DoubleLookupArrayContainer named after the alloy. # the generated class from InterpolationArrayContainer named after the alloy.
# ==================================================================================================== # ====================================================================================================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment