[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Usata-commits] Changes to usata2/src/math/policy.hpp
From: |
Chong Kai Xiong |
Subject: |
[Usata-commits] Changes to usata2/src/math/policy.hpp |
Date: |
Tue, 04 Jan 2005 11:21:10 -0500 |
Index: usata2/src/math/policy.hpp
diff -u usata2/src/math/policy.hpp:1.1 usata2/src/math/policy.hpp:1.2
--- usata2/src/math/policy.hpp:1.1 Tue Jan 4 15:29:21 2005
+++ usata2/src/math/policy.hpp Tue Jan 4 16:01:52 2005
@@ -9,7 +9,7 @@
// included in the software distribution, or visit
// http://www.fsf.org/licenses/gpl.html.
//
-// $Id: policy.hpp,v 1.1 2005/01/04 15:29:21 Descender Exp $
+// $Id: policy.hpp,v 1.2 2005/01/04 16:01:52 Descender Exp $
#ifndef USATA_MATH_POLICY_HPP
#define USATA_MATH_POLICY_HPP
@@ -60,7 +60,7 @@
}
};
- static ScalarPolicy<float>::margin = 0.001;
+ float ScalarPolicy<float>::margin = 0.001;
}
}