branch: devel-tetsuo-xml-binary
commit 11b49ba48f03f622760988a17b25af42ff4141ce
Author: Tetsuo Koyama <[email protected]>
AuthorDate: Sun Jul 12 16:41:58 2020 +0900
:up: src/getfem_export.cc
---
src/getfem_export.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/getfem_export.cc b/src/getfem_export.cc
index 7af78c8..2d8757c 100644
--- a/src/getfem_export.cc
+++ b/src/getfem_export.cc
@@ -454,7 +454,7 @@ namespace getfem
for (size_type i=0; i < sizeof(float); i++)
v.push_back(ufloat.bytes[i]);
ufloat.value = 1.0;
- for (int i=0; i < sizeof(float); i++)
+ for (size_type i=0; i < sizeof(float); i++)
v.push_back(ufloat.bytes[i]);
ufloat.value = 0.0;
for (int i=0; i < sizeof(float); i++)