Skip to content

Commit a28b7be

Browse files
committed
Reorganized source files - opening up the possibility of accessing the converter as functions (for future openmp/mpi implementations)
1 parent 7b42b29 commit a28b7be

File tree

5 files changed

+697
-643
lines changed

5 files changed

+697
-643
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ OPT += -DUSE_STRINGPARSE
55
include common.mk
66

77
target := convert_trees_to_lhalo
8-
SRC1 := convert_trees_to_lhalo.c utils.c progressbar.c
9-
INCL := output_datatype.h utils.h progressbar.h stringparse.h check_syscalls.h
8+
SRC1 := main.c convert_trees_to_lhalo.c utils.c progressbar.c
9+
INCL := output_datatype.h utils.h progressbar.h stringparse.h check_syscalls.h convert_trees_to_lhalo.h
1010
ifeq (USE_STRINGPARSE,$(findstring USE_STRINGPARSE,$(OPT)))
1111
SRC1 += stringparse.c check_syscalls.c
1212
INCL += stringparse.h check_syscalls.h strtonum.c

0 commit comments

Comments
 (0)