Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hasanelfalakiy committed Oct 6, 2024
1 parent 21e68d7 commit f5bd855
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
30 changes: 15 additions & 15 deletions .androidide/editor/openedFiles.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
{
"allFiles": [
{
"file": "/storage/emulated/0/AndroidIDEProjects/lib-ephemeris-jeanmeeus/lib/src/main/kotlin/com/andihasan7/lib/ephemeris/jeanmeeus/DeltaT.kt",
"file": "/storage/emulated/0/AndroidIDEProjects/lib-ephemeris-jeanmeeus/lib/src/test/kotlin/com/andihasan7/lib/ephemeris/jeanmeeus/EphemerisMeeusTest.kt",
"selection": {
"end": {
"column": 47,
"index": 4077,
"line": 126
"column": 16,
"index": 1595,
"line": 45
},
"start": {
"column": 47,
"index": 4077,
"line": 126
"column": 16,
"index": 1595,
"line": 45
}
}
},
{
"file": "/storage/emulated/0/AndroidIDEProjects/lib-ephemeris-jeanmeeus/lib/src/test/kotlin/com/andihasan7/lib/ephemeris/jeanmeeus/EphemerisMeeusTest.kt",
"file": "/storage/emulated/0/AndroidIDEProjects/lib-ephemeris-jeanmeeus/lib/src/main/kotlin/com/andihasan7/lib/ephemeris/jeanmeeus/DeltaT.kt",
"selection": {
"end": {
"column": 14,
"index": 1165,
"line": 35
"column": 0,
"index": 0,
"line": 0
},
"start": {
"column": 14,
"index": 1165,
"line": 35
"column": 0,
"index": 0,
"line": 0
}
}
}
],
"selectedFile": "/storage/emulated/0/AndroidIDEProjects/lib-ephemeris-jeanmeeus/lib/src/test/kotlin/com/andihasan7/lib/ephemeris/jeanmeeus/EphemerisMeeusTest.kt"
"selectedFile": "/storage/emulated/0/AndroidIDEProjects/lib-ephemeris-jeanmeeus/lib/src/main/kotlin/com/andihasan7/lib/ephemeris/jeanmeeus/DeltaT.kt"
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@ class EphemerisMeeusTest {
fun testEphemerisMeeus() {

val jm = EphemerisMeeus(
20, // 20
4,
2023, // 2023
-7.029055555556, // -6.166666666667, //-7.029055555556,
106.557722222222, // 106.85, //106.557722222222,
52.685,
7.0,
17.8575,//17.828611111111, // 17.8575
1, // 20
1,
2025, // 2023
0.0, //-7.029055555556, // -6.166666666667, //-7.029055555556,
0.0,//106.557722222222, // 106.85, //106.557722222222,
0.0, //52.685, //elev
0.0, //tz
0.0,//17.8575,//17.828611111111, // 17.8575
10.0, // suhu lokal rata-rata tahunan
1010.0, // tekanan udara lokal rata-rata tahunan
true
false
)

val jd = jm.jd
Expand Down

0 comments on commit f5bd855

Please sign in to comment.