@@ -4433,7 +4433,7 @@ public Date getSofZmanShmaMGA72MinutesToFixedLocalChatzos() {
4433
4433
* @see #getHalfDayBasedZman(Date, Date, double)
4434
4434
*/
4435
4435
public Date getSofZmanShmaGRASunriseToFixedLocalChatzos () {
4436
- return getHalfDayBasedZman (getSunrise (), getFixedLocalChatzos (), 3 );
4436
+ return getHalfDayBasedZman (getElevationAdjustedSunrise (), getFixedLocalChatzos (), 3 );
4437
4437
}
4438
4438
4439
4439
/**
@@ -4453,7 +4453,7 @@ public Date getSofZmanShmaGRASunriseToFixedLocalChatzos() {
4453
4453
* @see #getHalfDayBasedZman(Date, Date, double)
4454
4454
*/
4455
4455
public Date getSofZmanTfilaGRASunriseToFixedLocalChatzos () {
4456
- return getHalfDayBasedZman (getSunrise (), getFixedLocalChatzos (), 4 );
4456
+ return getHalfDayBasedZman (getElevationAdjustedSunrise (), getFixedLocalChatzos (), 4 );
4457
4457
}
4458
4458
4459
4459
/**
@@ -4493,7 +4493,7 @@ public Date getMinchaGedolaGRAFixedLocalChatzos30Minutes() {
4493
4493
* @see ZmanimCalendar#getHalfDayBasedZman(Date, Date, double)
4494
4494
*/
4495
4495
public Date getMinchaKetanaGRAFixedLocalChatzosToSunset () {
4496
- return getHalfDayBasedZman (getFixedLocalChatzos (), getSunset (), 3.5 );
4496
+ return getHalfDayBasedZman (getFixedLocalChatzos (), getElevationAdjustedSunset (), 3.5 );
4497
4497
}
4498
4498
4499
4499
/**
@@ -4514,7 +4514,7 @@ public Date getMinchaKetanaGRAFixedLocalChatzosToSunset() {
4514
4514
* @see ZmanimCalendar#getHalfDayBasedZman(Date, Date, double)
4515
4515
*/
4516
4516
public Date getPlagHaminchaGRAFixedLocalChatzosToSunset () {
4517
- return getHalfDayBasedZman (getFixedLocalChatzos (), getSunset (), 4.75 );
4517
+ return getHalfDayBasedZman (getFixedLocalChatzos (), getElevationAdjustedSunset (), 4.75 );
4518
4518
}
4519
4519
4520
4520
/**
0 commit comments