We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1719687 commit 6bf7ed7Copy full SHA for 6bf7ed7
1 file changed
kratos.gid/apps/Buoyancy/write/write.tcl
@@ -50,7 +50,7 @@ proc ::Buoyancy::write::WriteMaterialsFile {{write_const_law True} {include_mode
50
Fluid::write::WriteMaterialsFile $write_const_law $include_modelpart_name
51
52
# Write Buoyancy materials file
53
- set mat_clear [::Buoyancy::write::GetBuoyancyMaterialsFile $write_const_law $include_modelpart_name]
+ set clear_mat [::Buoyancy::write::GetBuoyancyMaterialsFile $write_const_law $include_modelpart_name]
54
write::writePropertiesJsonFileDone "BuoyancyMaterials.json" $clear_mat
55
}
56
0 commit comments