|
@@ -394,7 +394,7 @@ struct car_point_filter:select_point_object
|
|
|
|
|
|
if(!card_path::inst().is_at_path(rpt)) //if point not on the path
|
|
if(!card_path::inst().is_at_path(rpt)) //if point not on the path
|
|
{
|
|
{
|
|
- lp.debug_out();
|
|
|
|
|
|
+ //lp.debug_out();
|
|
// printf("out of path:t=%ld,sit=%d,card=l,ct=%d,"
|
|
// printf("out of path:t=%ld,sit=%d,card=l,ct=%d,"
|
|
// "tof1=%d,tof2=%d,pt=(%.2lf,%.2lf)\n",
|
|
// "tof1=%d,tof2=%d,pt=(%.2lf,%.2lf)\n",
|
|
// m_d(0).m_time, m_d(0).m_sid,m_d(0).m_ct,
|
|
// m_d(0).m_time, m_d(0).m_sid,m_d(0).m_ct,
|
|
@@ -465,7 +465,7 @@ struct car_point_filter:select_point_object
|
|
|
|
|
|
if(!card_path::inst().is_at_path(pt)) //if point not on the path
|
|
if(!card_path::inst().is_at_path(pt)) //if point not on the path
|
|
{
|
|
{
|
|
- lp.debug_out();
|
|
|
|
|
|
+ //lp.debug_out();
|
|
// printf("out of path:t=%ld,sit=%d,card=0,ct=%d,"
|
|
// printf("out of path:t=%ld,sit=%d,card=0,ct=%d,"
|
|
// "tof1=%d,tof2=%d,pt=(%.2lf,%.2lf)\n",
|
|
// "tof1=%d,tof2=%d,pt=(%.2lf,%.2lf)\n",
|
|
// m_d(0).m_time, m_d(0).m_sid,m_d(0).m_ct,
|
|
// m_d(0).m_time, m_d(0).m_sid,m_d(0).m_ct,
|