fix cargo clippy

This commit is contained in:
Matthieu Baumann
2026-01-31 16:41:32 +01:00
committed by Matthieu Baumann
parent 8b645824c7
commit 743fad666e
3 changed files with 4444 additions and 4441 deletions
+3
View File
@@ -13,6 +13,9 @@
aladin = A.aladin(
'#aladin-lite-div',
{
toolbar: {
vertical: false,
},
showSimbadPointerControl: true,
survey: 'https://skies.esac.esa.int/AKARI/color/', // set initial image survey
projection: 'AIT', // set a projection
+1 -1
View File
@@ -610,7 +610,7 @@ impl Projection for ProjectionType {
)
.vector(),
);
cod.world_to_clip_space(&rot.rotate(&xyz))
cod.world_to_clip_space(&rot.rotate(xyz))
}
// HEALPix hybrid projection
ProjectionType::Hpx(hpx) => hpx.world_to_clip_space(xyz),
+4440 -4440
View File
File diff suppressed because it is too large Load Diff