From 867a86a9ab31c0652a46759443fc98a49f91c8dd Mon Sep 17 00:00:00 2001 From: ame Date: Thu, 22 Feb 2024 10:17:40 -0600 Subject: cleaning and switch to parray_t --- src/i_common.h | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 src/i_common.h (limited to 'src/i_common.h') diff --git a/src/i_common.h b/src/i_common.h deleted file mode 100644 index 66dc56a..0000000 --- a/src/i_common.h +++ /dev/null @@ -1,2 +0,0 @@ -#define i_swap(A,B) double temp = A; A = B; B = temp; - -- cgit v1.2.3