From e3fa31926ddf6e3468fc6cd72c42db2b9329ca57 Mon Sep 17 00:00:00 2001 From: zhang <zhang@9a6e40ed-f3a0-4838-9b4a-bf418f78e88d> Date: Fri, 1 Apr 2011 09:09:40 +0000 Subject: [PATCH] 01/04/2011 Change the definition of IDXMAX to 500 --- tracy/tracy/inc/tracy_global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracy/tracy/inc/tracy_global.h b/tracy/tracy/inc/tracy_global.h index d9d33e0..095dc5a 100644 --- a/tracy/tracy/inc/tracy_global.h +++ b/tracy/tracy/inc/tracy_global.h @@ -147,7 +147,7 @@ struct FieldMapType { /* ID Laurent */ -#define IDXMAX 200 +#define IDXMAX 500 #define IDZMAX 100 struct InsertionType { -- GitLab