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

Update property values to float instead of int

parent 8c03884f
No related branches found
No related tags found
No related merge requests found
...@@ -142,10 +142,10 @@ properties: ...@@ -142,10 +142,10 @@ properties:
# save the energy_density and temperature as arrays always. # save the energy_density and temperature as arrays always.
#density: 7950 #density: 7950.
#OR #OR
#density: compute # computed by thermal expansion coefficient, should be acceptable even if TEC is defined later in the file #density: compute # computed by thermal expansion coefficient, should be acceptable even if TEC is defined later in the file
base_temperature: 2273 base_temperature: 2273.
base_density: 6.591878918e3 base_density: 6.591878918e3
#OR #OR
density: density:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment