Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Marcella Wijngaarden
bayeswave
Commits
8202bbf0
Commit
8202bbf0
authored
Nov 18, 2019
by
Sudarshan Ghonge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bringing master up to date with BayesWaveFpeak.c used in Post Merger analysis
parent
3f5b5c75
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4167 additions
and
1 deletion
+4167
-1
src/BayesWaveFpeak.c
src/BayesWaveFpeak.c
+4160
-0
src/CMakeLists.txt
src/CMakeLists.txt
+5
-0
src/Makefile.am
src/Makefile.am
+2
-1
No files found.
src/BayesWaveFpeak.c
0 → 100644
View file @
8202bbf0
This diff is collapsed.
Click to expand it.
src/CMakeLists.txt
View file @
8202bbf0
...
...
@@ -157,12 +157,17 @@ add_executable(BayesWaveToLALPSD BayesWaveToLALPSD.c)
target_link_libraries
(
BayesWaveToLALPSD libbayeswave
)
set_property
(
TARGET BayesWaveToLALPSD PROPERTY C_STANDARD 11
)
add_executable
(
BayesWaveFpeak BayesWaveFpeak.c
)
target_link_libraries
(
BayesWaveFpeak libbayeswave
)
set_property
(
TARGET BayesWaveFpeak PROPERTY C_STANDARD 11
)
install
(
TARGETS
BayesWave
BayesWavePost
BayesWaveCleanFrame
BayesWaveToLALPSD
BayesWaveFpeak
DESTINATION
${
CMAKE_INSTALL_BINDIR
}
)
...
...
src/Makefile.am
View file @
8202bbf0
...
...
@@ -33,7 +33,8 @@ bin_PROGRAMS = \
BayesWave
\
BayesWavePost
\
BayesWaveCleanFrame
\
BayesWaveToLALPSD
BayesWaveToLALPSD
\
BayesWaveFpeak
# Link libbayeswave, liblal, etc. with all programs
LDADD
=
libbayeswave.la
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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