summaryrefslogtreecommitdiffstats
path: root/flow/gsl/gsldatacache.c
diff options
context:
space:
mode:
Diffstat (limited to 'flow/gsl/gsldatacache.c')
-rw-r--r--flow/gsl/gsldatacache.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/flow/gsl/gsldatacache.c b/flow/gsl/gsldatacache.c
index b00f6ef..ca3a188 100644
--- a/flow/gsl/gsldatacache.c
+++ b/flow/gsl/gsldatacache.c
@@ -264,8 +264,8 @@ data_cache_lookup_nextmost_node_L (GslDataCache *dcache,
nodes -= 1;
do
{
- register gint cmp;
- register guint i;
+ gint cmp;
+ guint i;
i = (n_nodes + 1) >> 1;
check = nodes + i;