From 13533bf2f917c2a56e951bc88dc5265c1360f226 Mon Sep 17 00:00:00 2001 From: heister Date: Mon, 22 Oct 2012 20:12:07 +0000 Subject: [PATCH] leave a todo git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_3@27168 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/base/types.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/deal.II/include/deal.II/base/types.h b/deal.II/include/deal.II/base/types.h index 129be24d73..51ac444b5f 100644 --- a/deal.II/include/deal.II/base/types.h +++ b/deal.II/include/deal.II/base/types.h @@ -14,7 +14,6 @@ #include - DEAL_II_NAMESPACE_OPEN /** @@ -52,7 +51,7 @@ namespace types */ const unsigned int artificial_subdomain_id = static_cast(-2); - +//#define DEAL_II_USE_LARGE_INDEX_TYPE #ifdef DEAL_II_USE_LARGE_INDEX_TYPE /** * The type used for global indices of @@ -67,6 +66,8 @@ namespace types * The data type always indicates an * unsigned integer type. */ + // TODO: we should check that unsigned long long int + // has the same size as uint64_t typedef unsigned long long int global_dof_index; /** -- 2.39.5