getfem-commits
[Top][All Lists]
Advanced

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

[Getfem-commits] [getfem-commits] branch master updated: Fix test case (


From: Konstantinos Poulios
Subject: [Getfem-commits] [getfem-commits] branch master updated: Fix test case (second try)
Date: Thu, 07 Mar 2024 04:44:46 -0500

This is an automated email from the git hooks/post-receive script.

logari81 pushed a commit to branch master
in repository getfem.

The following commit(s) were added to refs/heads/master by this push:
     new 5b848f84 Fix test case (second try)
5b848f84 is described below

commit 5b848f84736d9c067752856ca5e802040c232520
Author: Konstantinos Poulios <logari81@gmail.com>
AuthorDate: Thu Mar 7 10:44:03 2024 +0100

    Fix test case (second try)
---
 tests/test_small_vector.cc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/test_small_vector.cc b/tests/test_small_vector.cc
index d31a7f10..42c6930a 100644
--- a/tests/test_small_vector.cc
+++ b/tests/test_small_vector.cc
@@ -750,7 +750,7 @@ namespace getfem {
       hop2<bgeot::small_vector<char> >();
       hop<bgeot::small_vector<double> >();       
     }
-    bgeot::static_block_allocator::>memstats();
+    bgeot::static_block_allocator().memstats();
     for (size_type i=0; i < 5; ++i) {
       hop2<test::small_vector<double> >();
       //hop2<test::small_vector<unsigned> >();
@@ -759,7 +759,7 @@ namespace getfem {
       hop2<test::small_vector<char> >();
       hop<test::small_vector<double> >(); 
     }
-    test::static_block_allocator::alloc.memstats();
+    test::static_block_allocator().memstats();
   }
   */
 
@@ -781,7 +781,7 @@ namespace getfem {
     //rrun(mv);
     rrun(Sv);
     //rrun(av);
-    bgeot::static_block_allocator::memstats();
+    bgeot::static_block_allocator().memstats();
     cout << "sizeof(size_type)=" << sizeof(size_type) 
         << ", sizeof(base_node)=" << sizeof(base_node) 
         << ", sizeof(base_small_vector)=" << sizeof(base_small_vector) << "\n";



reply via email to

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