Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
arahlin committed Oct 23, 2023
1 parent fa343ba commit 654ab51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maps/src/FlatSkyProjection.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ void FlatSkyProjection::SetDeltaCenter(double delta)
if (fabs(delta) > 90 * deg)
log_fatal("Delta center out of range");
delta0_ = delta;
cosdelta0_ = COS(delta0_ / rad);
sindelta0_ = SIN(delta0_ / rad);
cosdelta0_ = COS(delta0_ / rad);
q0_ = get_origin_rotator(alpha0_, delta0_);
}

Expand Down

0 comments on commit 654ab51

Please sign in to comment.