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

branch: devel-tetsuo-xml-binary
commit 1b45dd99de715210789ef0740d71ce3765730cbf
Author: Tetsuo Koyama <tkoyama010@gmail.com>
AuthorDate: Sun Jul 12 16:41:01 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 40e3e17..dca7fbc 100644
--- a/src/getfem_export.cc
+++ b/src/getfem_export.cc
@@ -442,7 +442,7 @@ namespace getfem
       /* Points */
       std::vector<unsigned char> v;
       uint.value = sizeof(float)*6;
-      for (int i=0; i < sizeof(int); i++)
+      for (size_type i=0; i < sizeof(int); i++)
         v.push_back(uint.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]