View | Details | Raw Unified | Return to bug 460
Collapse All | Expand All

(-)ns-3.3/src/mobility/position-allocator.cc (+2 lines)
 Lines 70-75    Link Here 
70
{
70
{
71
  Vector v = *m_current;
71
  Vector v = *m_current;
72
  m_current++;
72
  m_current++;
73
  if (m_current == m_positions.end()) 
74
    m_current = m_positions.begin ();
73
  return v;
75
  return v;
74
}
76
}
75
77

Return to bug 460