Skip to content

Commit a1a53d2

Browse files
committed
节气儒略日接收类型不对
1 parent bc0d785 commit a1a53d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lunar.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ struct Day
5656

5757
uint8_t XiZ; //星座
5858
uint8_t jqmc; //节气类型
59-
uint8_t jqjd;
59+
long double jqjd; //节气的儒略日时间
6060
std::string jqsj; //节气时间
6161

6262
uint8_t yxmc; //月像类型

0 commit comments

Comments
 (0)