git-svn-id: svn://db.shs.com.ru/libs@18 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2015-05-26 12:50:49 +00:00
parent 4bdb13aa7f
commit 5246b56958
2 changed files with 8 additions and 0 deletions

View File

@@ -71,6 +71,12 @@ void KX_Coefficients::writeCoeffs() {
}
void KX_Coefficients::setKFile(const PIString & f) {
fname = f;
readCoeffs();
}
void KX_Coefficients::sendCoeffs() {
stop();
int curcnt, pcnt = (k_content.size_s() - 1) / __BYTES_IN_PACKET + 1;