Skip to content

Commit 39728dd

Browse files
committed
update type issues in cpm
1 parent bbaaef9 commit 39728dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/cpm.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ C = CpmActivity("C", 2, [A, B]);
3535
3636
```
3737
"""
38-
struct CpmActivity{T<:Real}
38+
struct CpmActivity
3939
name::String
40-
time::T
40+
time::Float64
4141
dependencies::Vector{CpmActivity}
4242
end
4343

0 commit comments

Comments
 (0)