From 8961217d0a34919cac61bbd3a752784827c580fc Mon Sep 17 00:00:00 2001
From: Incardona Pietro <incardon@mpi-cbg.de>
Date: Sun, 26 Sep 2021 07:50:23 +0200
Subject: [PATCH] Renaming UpdateTime

---
 openfpm_data                                              | 2 +-
 src/Grid/performance/grid_dist_performance.hpp            | 2 +-
 src/Vector/performance/cell_list_comp_reorder.hpp         | 2 +-
 src/Vector/performance/cell_list_part_reorder.hpp         | 2 +-
 src/Vector/performance/vector_dist_gg_map_performance.hpp | 2 +-
 src/Vector/performance/verlet_performance_tests.hpp       | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/openfpm_data b/openfpm_data
index b3462a106..81689eac3 160000
--- a/openfpm_data
+++ b/openfpm_data
@@ -1 +1 @@
-Subproject commit b3462a106ef9f680ca0d0040d0b46aff8d86b2e0
+Subproject commit 81689eac33050070a2276c7ff1edfd75d524bc41
diff --git a/src/Grid/performance/grid_dist_performance.hpp b/src/Grid/performance/grid_dist_performance.hpp
index cba436176..fedeca0a7 100644
--- a/src/Grid/performance/grid_dist_performance.hpp
+++ b/src/Grid/performance/grid_dist_performance.hpp
@@ -356,7 +356,7 @@ BOOST_AUTO_TEST_CASE(grid_iterator_performance_write_report_final)
 
 		if (create_vcluster().getProcessUnitID() == 0)
 		{
-			addUpdtateTime(cg,create_vcluster().size(),"pdata","grid_performance");
+			addUpdateTime(cg,create_vcluster().size(),"pdata","grid_performance");
 
 			cg.write("grid_performance.html");
 		}
diff --git a/src/Vector/performance/cell_list_comp_reorder.hpp b/src/Vector/performance/cell_list_comp_reorder.hpp
index bbfae08b3..07aeee73f 100644
--- a/src/Vector/performance/cell_list_comp_reorder.hpp
+++ b/src/Vector/performance/cell_list_comp_reorder.hpp
@@ -357,7 +357,7 @@ BOOST_AUTO_TEST_CASE(vector_dist_cl_performance_write_report)
 
 		StandardXMLPerformanceGraph("celllist_performance.xml",file_xml_ref,cg);
 
-		addUpdtateTime(cg,create_vcluster().size(),"pdata","celllist_performance");
+		addUpdateTime(cg,create_vcluster().size(),"pdata","celllist_performance");
 
 		createCommitFile("pdata");
 
diff --git a/src/Vector/performance/cell_list_part_reorder.hpp b/src/Vector/performance/cell_list_part_reorder.hpp
index ed7a25239..a81bc6246 100644
--- a/src/Vector/performance/cell_list_part_reorder.hpp
+++ b/src/Vector/performance/cell_list_part_reorder.hpp
@@ -320,7 +320,7 @@ BOOST_AUTO_TEST_CASE(vector_dist_cl_performance_write_report)
 
 		StandardXMLPerformanceGraph("celllist_partreo_performance.xml",file_xml_ref,cg);
 
-		addUpdtateTime(cg,create_vcluster().size(),"pdata","celllist_part_ord");
+		addUpdateTime(cg,create_vcluster().size(),"pdata","celllist_part_ord");
 
 		if (create_vcluster().getProcessUnitID() == 0)
 		{cg.write("celllist_part_ord.html");}
diff --git a/src/Vector/performance/vector_dist_gg_map_performance.hpp b/src/Vector/performance/vector_dist_gg_map_performance.hpp
index bdd72c375..e4d7f326a 100644
--- a/src/Vector/performance/vector_dist_gg_map_performance.hpp
+++ b/src/Vector/performance/vector_dist_gg_map_performance.hpp
@@ -169,7 +169,7 @@ BOOST_AUTO_TEST_CASE(vector_dist_gg_map_performance_write_report)
 
 		StandardXMLPerformanceGraph("particles_map_performance.xml",file_xml_ref,cg);
 
-		addUpdtateTime(cg,create_vcluster().size(),"pdata","particles_map_performance");
+		addUpdateTime(cg,create_vcluster().size(),"pdata","particles_map_performance");
 
 		if (create_vcluster().getProcessUnitID() == 0)
 		{cg.write("particles_map_performance.html");}
diff --git a/src/Vector/performance/verlet_performance_tests.hpp b/src/Vector/performance/verlet_performance_tests.hpp
index 3c6bf7462..e88875af0 100644
--- a/src/Vector/performance/verlet_performance_tests.hpp
+++ b/src/Vector/performance/verlet_performance_tests.hpp
@@ -217,7 +217,7 @@ BOOST_AUTO_TEST_CASE(vector_dist_verlet_performance_write_report)
 
 		StandardXMLPerformanceGraph("verletlist_performance.xml",file_xml_ref,cg);
 
-		addUpdtateTime(cg,create_vcluster().size(),"pdata","verletlist_performance");
+		addUpdateTime(cg,create_vcluster().size(),"pdata","verletlist_performance");
 
 		if (create_vcluster().getProcessUnitID() == 0)
 		{cg.write("verletlist_performance.html");}
-- 
GitLab