From cd7f2c7bee1c44e9e11ab75d6674ba5d05c6ba84 Mon Sep 17 00:00:00 2001 From: "Douglas B. Rumbaugh" Date: Fri, 9 Jun 2023 11:01:55 -0400 Subject: Build changes and interface cleanup Renamed the get_record_cnt() functions to get_record_count() for consistency, dropped references to SSIs, and added openmp build flags for PGM related targets. Also adjusted dynamic_extension_tests.inc to fail when an erase fails during the static structure testing as part of debugging a delete cancellation problem under leveling. --- include/framework/InternalLevel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/framework/InternalLevel.h') diff --git a/include/framework/InternalLevel.h b/include/framework/InternalLevel.h index ac013c0..8554392 100644 --- a/include/framework/InternalLevel.h +++ b/include/framework/InternalLevel.h @@ -140,7 +140,7 @@ public: return m_shard_cnt; } - size_t get_record_cnt() { + size_t get_record_count() { size_t cnt = 0; for (size_t i=0; iget_record_count(); -- cgit v1.2.3