Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
MichelJuillard
Periods.jl
Commits
774106c9
Commit
774106c9
authored
Oct 26, 2020
by
MichelJuillard
Browse files
Merge branch 'fix-base-year' into 'master'
Fixed typo. See merge request julia-packages/periods.jl!1
parents
02976493
71ffbf3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/SimplePeriods.jl
View file @
774106c9
...
...
@@ -7,7 +7,7 @@ end
function
Period
(
arg1
::
Integer
,
frequency
::
Frequency
)
if
frequency
==
Year
ordinal
=
arg1
-
19
0
70
ordinal
=
arg1
-
1970
elseif
frequency
==
Undated
ordinal
=
arg1
else
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment