Skip to content

Commit

Permalink
How about this?
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherRabotin committed Apr 17, 2017
1 parent 6881d68 commit 5cc799e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/designer/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,9 @@ func main() {
// Fulfills the launch requirements.
vInfIn := []float64{vInfInVec.At(0, 0), vInfInVec.At(1, 0), vInfInVec.At(2, 0)}
prevResult := NewResult(launchDT, c3, len(planets)-1)
wg.Add(1)
cpuChan <- true
go GAPCP(arrivalDT, flybys[0], 0, vInfIn, prevResult)
wg.Add(1)
}
}
log.Println("[info] All valid launches started")
Expand Down

0 comments on commit 5cc799e

Please sign in to comment.