]> jspc29.x-matter.uni-frankfurt.de Git - mvd_soft.git/commitdiff
C Unpacker: Remove math_helpers.{c,h} references
authorPhilipp Klaus <philipp.klaus@gmail.com>
Wed, 24 May 2017 21:55:20 +0000 (23:55 +0200)
committerPhilipp Klaus <philipp.klaus@gmail.com>
Wed, 24 May 2017 21:55:20 +0000 (23:55 +0200)
normalmode/analysis_gui/GUI/runana.sh [changed mode: 0755->0644]
normalmode/c_standalone/Makefile.count_events
normalmode/c_standalone/Makefile.extract_info
normalmode/c_standalone/count_events.c
normalmode/c_standalone/extract_info.c

old mode 100755 (executable)
new mode 100644 (file)
index 2a0592b689f7139ff8d8b893d865b9a65a113ec1..e4727f5ce731d135a05adbe234980f32f5232827 100644 (file)
@@ -4,7 +4,7 @@
 CC=gcc
 CFLAGS=-c -Wall -O3 -std=c11
 LDFLAGS=
-SOURCES=count_events.c hld.c math_helpers.c
+SOURCES=count_events.c hld.c
 OBJECTS=$(SOURCES:.c=.o)
 EXECUTABLE=count_events
 
index 6104598cddf0febebb5c9cf9e0e3fcee91cf7db4..08324898b944266148849e6e995fb33e834d2558 100644 (file)
@@ -4,7 +4,7 @@
 CC=gcc
 CFLAGS=-c -Wall -O3 -std=c11
 LDFLAGS=
-SOURCES=extract_info.c hld.c math_helpers.c
+SOURCES=extract_info.c hld.c
 OBJECTS=$(SOURCES:.c=.o)
 EXECUTABLE=extract_info
 
index 8c47287232b64ea0e53fd178156477ae16548741..dac9af7553e5765906cca5951a9cec5d99ed74a4 100644 (file)
@@ -7,7 +7,6 @@
 //#include <sys/stat.h>
 //#include <unistd.h>
 
-#include "math_helpers.h"
 #include "count_events.h"
 #include "hld.h"
 
index 8899582bf093abd9bbe23721af947afd59a9098d..e7ff482e49950e0d1f3d5cee6f8206a039d118b5 100644 (file)
@@ -8,8 +8,7 @@
 //#include <unistd.h>
 #include <inttypes.h>
 
-#include "math_helpers.h"
-#include "count_events.h"
+#include "extract_info.h"
 #include "hld.h"
 
 uint32_t num_events = 0;