git-svn-id: svn://db.shs.com.ru/libs@94 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -90,6 +90,7 @@ void KX_Coefficients::sendCoeffs() {
|
||||
memcpy(k_protocol->to_k.coeffs, k_content.data(k_protocol->to_k.first_index), curcnt);
|
||||
//for (int j = 0; j < curcnt; j++) k_protocol->to_k.coeffs[j] = K.at(k_protocol->to_k.first_index + j);
|
||||
k_protocol->send();
|
||||
piMSleep(5);
|
||||
}
|
||||
//cout << "waiting for commit ...\n";
|
||||
waitingCommit = true;
|
||||
|
||||
Reference in New Issue
Block a user