Skip to content

Commit e05e5f7

Browse files
committed
Merge remote-tracking branch 'origin/master' into pybind11
2 parents c9a1659 + c47909a commit e05e5f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maps/src/FlatSkyProjection.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ PYBINDINGS("maps", scope)
740740
cls.attr("Proj4") = cls.attr("ProjSTG");
741741
cls.attr("ProjStereographic") = cls.attr("ProjSTG");
742742
cls.attr("Proj5") = cls.attr("ProjZEA");
743-
cls.attr("ProjLambertZenithalEqualArea") = cls.attr("ProjZEA");
743+
cls.attr("ProjLambertAzimuthalEqualArea") = cls.attr("ProjZEA");
744744
cls.attr("Proj6") = cls.attr("ProjTAN");
745745
cls.attr("ProjGnomonic") = cls.attr("ProjTAN");
746746
cls.attr("Proj7") = cls.attr("ProjCEA");

0 commit comments

Comments
 (0)