Cam: fix previously mistranslated source comment

Fix mistranslation introduced in 1c83d8fedd
This commit is contained in:
luz paz
2021-12-26 07:51:15 -05:00
committed by Uwe
parent 3683740d4d
commit 03d836c6bf

View File

@@ -1386,7 +1386,7 @@ Newtry: // If the generated path lengths are insufficient, a new attempt is star
/*---Correction end---*/
// Full Vectors
// fill Vectors
l_vec.push_back(len); // Length
v_vec.push_back(v); // Speeds
a_vec.push_back(m_a); // Acceleration
@@ -1465,7 +1465,7 @@ Newtry: // If the generated path lengths are insufficient, a new attempt is star
len_1 = (pow(v[1] - v[0],2.0) + pow(v[1],2.0))/m_a;
}
// Full Vectors
// fill Vectors
l_vec.push_back(len); // Length
v_vec.push_back(v); // Speeds
a_vec.push_back(m_a); // Acceleration