Skip to content

Commit 3f9d1b1

Browse files
committed
Double change for Pull request #44
1 parent 9075c55 commit 3f9d1b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Software/Arduino code/Sidereal.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ static DayTime Sidereal::calculateByGPS(TinyGPSPlus* gps){
88
}
99

1010
static const double Sidereal::calculateTheta(double deltaJ, double longitude, float timeUTC){
11-
float theta = C1;
11+
double theta = C1;
1212
theta += C2 * deltaJ;
1313
theta += C3 * timeUTC;
1414
theta += longitude;

0 commit comments

Comments
 (0)