summaryrefslogtreecommitdiff
path: root/astro/xglobe/files/patch-sunpos.cpp
blob: d8ab21daac117d6f62b754ccccd67cfe5e9ec74e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- sunpos.cpp.orig	1998-12-09 18:51:09 UTC
+++ sunpos.cpp
@@ -203,7 +203,7 @@ double SunPos::julian_date(int y, int m,
   double JD;
 
   /* lazy test to ensure gregorian calendar */
-  ASSERT(y >= 1583);
+  Q_ASSERT(y >= 1583);
 
   if ((m == 1) || (m == 2))
   {