Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CDatabaseはget_company_and_kiloでキロではなく起点・終点を返す #13

Closed
xkikeg opened this issue Nov 29, 2011 · 0 comments
Closed
Labels

Comments

@xkikeg
Copy link
Owner

xkikeg commented Nov 29, 2011

なぜ実際の営業キロではなく両端駅の営業キロを返すべきかというと、運賃計算キロはそれぞれ駅の営業キロに1.1倍して四捨五入して決定されているからだ。つまり区間のキロに1.1倍するのはお門違いという訳である。
これをreal, fake(営業キロと擬制キロ)を両方もたせ、CKiloでも両方持たせることにした。しかし、CKiloの内部実装でどう持とうが勝手だが、CKiloのインターフェースとしてrealとfakeを両方入力させるのは冗長である。

@xkikeg xkikeg closed this as completed Nov 29, 2011
xkikeg added a commit that referenced this issue Dec 4, 2011
本州の地方交通線にとりあえず対応。
ついでに`CKilo`クラスのダンプをちゃんと小数点出すようにした。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant