We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31dd6bb commit 6ee4017Copy full SHA for 6ee4017
src/Climate.jl
@@ -6,10 +6,9 @@ struct Climate
6
rainfall_id::String
7
et_id::String
8
t_id::String
9
-
10
- function Climate(data, p_id, et_id)
11
- return new(data, p_id, et_id, "_T")
12
- end
+end
+function Climate(data, p_id, et_id)
+ return Climate(data, p_id, et_id, "_T")
13
end
14
15
"""
0 commit comments