[chronojump] kneeAngle fDataRaw bug in closing fixed. Smooth not activated now
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] kneeAngle fDataRaw bug in closing fixed. Smooth not activated now
- Date: Mon, 3 May 2010 10:20:54 +0000 (UTC)
commit 6d273043b1623b05c525c7cee0042882e0f0f531
Author: Xavier de Blas <xaviblas gmail com>
Date: Mon May 3 18:20:05 2010 +0800
kneeAngle fDataRaw bug in closing fixed. Smooth not activated now
src/angle/kneeAngle.cpp | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/angle/kneeAngle.cpp b/src/angle/kneeAngle.cpp
index 1aeffc4..66c5f43 100644
--- a/src/angle/kneeAngle.cpp
+++ b/src/angle/kneeAngle.cpp
@@ -291,11 +291,15 @@ int main(int argc,char **argv)
fclose(fDataRaw);
exit(0);
}
+ fclose(fDataRaw);
+ /*
if((fDataSmooth=fopen(fDataSmoothName,"w"))==NULL){
printf("Error, no se puede escribir en el fichero %s\n",fDataSmoothName);
fclose(fDataSmooth);
exit(0);
}
+ fclose(fDataSmooth);
+ */
// ----------------------------- create windows -----------------------------
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]