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:00 -0400 (EDT)

branch: devel-tetsuo-xml-binary
commit 11b49ba48f03f622760988a17b25af42ff4141ce
Author: Tetsuo Koyama <tkoyama010@gmail.com>
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++)



reply via email to

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