From d26429b39af6aebd2535fcee8995227d2ebf0608 Mon Sep 17 00:00:00 2001 From: Pietro Incardona <i-bird@private-incardon-3.mpi-cbg.de> Date: Fri, 15 Apr 2016 12:41:13 +0200 Subject: [PATCH] Fixing OSX --- CHANGELOG.md | 3 ++- openfpm_data | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fcf57ef..5ca098ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file. ### Added - Molacular Dynamic example +- addUpdateCell list for more optimal update of the cell list instead of recreate the CellList ### Fixed - Nothing to report @@ -12,7 +13,7 @@ All notable changes to this project will be documented in this file. ### Changed - Eliminated global_v_cluster, init_global_v_cluster, delete_global_v_cluster, substituted by - create_vcluster, openfpm_init, openfpm_delete + create_vcluster, openfpm_init, openfpm_finalize - CartDecomposition parameter for the distributed structures is now optional - template getPos<0>(), substituted by getPos() diff --git a/openfpm_data b/openfpm_data index 677e353c..fe595a5a 160000 --- a/openfpm_data +++ b/openfpm_data @@ -1 +1 @@ -Subproject commit 677e353ce31bdf1b9ec2cb020e19d53f40f7d5d1 +Subproject commit fe595a5ac0d1cfd5bb53c25728d795fbc20aabef -- GitLab