Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
cbcb1728
Commit
cbcb1728
authored
May 24, 2019
by
Loic Hausammann
Browse files
Logger: Fix filename in Makefile and update timebin type
parent
4c05c63e
Changes
2
Hide whitespace changes
Inline
Side-by-side
logger/logger_time.h
View file @
cbcb1728
...
...
@@ -22,7 +22,7 @@
#include
"logger_header.h"
#include
"logger_tools.h"
typedef
char
timebin_t
;
typedef
int8_t
timebin_t
;
typedef
long
long
integertime_t
;
struct
logger_reader
;
...
...
logger/tests/Makefile.am
View file @
cbcb1728
...
...
@@ -30,7 +30,7 @@ $(check_PROGRAMS): ../../src/.libs/libswiftsim.a
# Sources for the individual programs
testLogfileHeader_SOURCES
=
testLogfileHeader.c
testReader_SOURCES
=
testLogfileReader.c
test
Logfile
Reader_SOURCES
=
testLogfileReader.c
# testIndex_SOURCES = testIndex.c
# Files necessary for distribution
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment