Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
williamjsdavis committed Sep 3, 2024
1 parent ba5ec8c commit 7f9e8ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/pvtk_files.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ for part in 1:4
pvtk["Velocity"] = [x + 2y + 3z + v for v in v_global, x in xs, y in ys, z in zs]
pvtk["Pressure"] = [x + 2y + 3z for x in xs_c, y in ys_c, z in zs_c]
pvtk["Phase"] = [trunc(Int64, x * 15) for x in xs_c, y in ys_c, z in zs_c]
pvtk["Temperature string"] = [x + 2y + 3z > 0.5 ? "high" : "low" for x in xs, y in ys, z in zs]
pvtk["Temperature string"] = [x + 2y + 3z > 0.5 ? "high" : "low"
for x in xs, y in ys, z in zs]
return nothing
end
end
Expand Down

0 comments on commit 7f9e8ed

Please sign in to comment.