Skip to content

Commit 410c4ba

Browse files
committed
update
1 parent 81e77d6 commit 410c4ba

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,9 @@ try # PrettyTables is not included in Psychrometrics!
254254
local header = [
255255
"Parameter", "State 1", "State 2", "State 3", "State 4", "State 5"
256256
]
257+
print(
258+
"\nSummary of process states:\n"
259+
)
257260
pretty_table(table, header=header)
258261
catch
259262
end

src/psychro.jl

+3
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,9 @@ julia> try # PrettyTables is not included in Psychrometrics!
223223
local header = [
224224
"Parameter", "State 1", "State 2", "State 3", "State 4", "State 5"
225225
]
226+
print(
227+
"\nSummary of process states:\n"
228+
)
226229
pretty_table(table, header=header)
227230
catch
228231
end

0 commit comments

Comments
 (0)