fix compiler errors
This commit is contained in:
parent
dfb9f3cc25
commit
f5e7148148
3
f2.go
3
f2.go
|
@ -29,9 +29,10 @@ func parseLine(line string) (string, Dist, error) {
|
|||
case len(words) == 2 && words[0] == "*":
|
||||
fmt.Printf("Hello world")
|
||||
}
|
||||
return "Lognormal", Dist{}, nil
|
||||
}
|
||||
|
||||
func joinDists(old_dist Dist, new_dist Dist, op string) (Dist, err) {
|
||||
func joinDists(old_dist Dist, new_dist Dist, op string) (Dist, error) {
|
||||
return old_dist, nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user