getfem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Getfem-commits] (no subject)


From: Tetsuo Koyama
Subject: [Getfem-commits] (no subject)
Date: Sat, 3 Oct 2020 20:46:01 -0400 (EDT)

branch: devel-tetsuo-xml-binary
commit 1214c9b2a18f1be0104897b4cc040e738a1cc50e
Author: Tetsuo Koyama <tkoyama010@gmail.com>
AuthorDate: Sun Jul 12 16:42:11 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 2d8757c..91d27e4 100644
--- a/src/getfem_export.cc
+++ b/src/getfem_export.cc
@@ -457,7 +457,7 @@ namespace getfem
       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++)
+      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++)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]