Skip to content

Commit 9424ccf

Browse files
authored
Merge pull request #41 from GasChromatographyToolbox/update_0_2_5
Update 0 2 5
2 parents 27c787b + f11cb51 commit 9424ccf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "GasChromatographySystems"
22
uuid = "2a17fa6e-c440-4af9-acac-c1be9e3a006f"
33
authors = ["Jan Leppert <[email protected]>"]
4-
version = "0.2.4"
4+
version = "0.2.5"
55

66
[deps]
77
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"

src/GasChromatographySystems.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -691,6 +691,7 @@ function rect(x, x0, min, max, width)
691691
end
692692

693693
# periodic repeated smoothed rectangle function with period 'PM', a shift by 'shift', 'ratio' of time of Tcold to time of Thot. A small shift is incorporated to move the falling flank from the beginning to the end
694+
# mod-functions could/should be moved to Chromatogram.jl
694695
"""
695696
mod_number(t, shift, PM, ratio; digits=6)
696697

0 commit comments

Comments
 (0)