in reply to Re: Sun Never Sets
in thread Sun Never Sets
if ( $cost >= 1.0 ) { carp "Sun never rises!!\n"; $t = 0.0; # Sun always below altit } elsif ( $cost <= -1.0 ) { carp "Sun never sets!!\n"; $t = 12.0; # Sun always above altit } else {
I might have to submit this as a potential module bug if no one else has encountered this.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Sun Never Sets
by Anonymous Monk on Mar 17, 2012 at 03:20 UTC | |
by Anonymous Monk on Sep 10, 2012 at 05:29 UTC |