Commit a2a54551 authored by Takhir Fakhrutdinov's avatar Takhir Fakhrutdinov

добавили detection

parent 9aa9cbd5
...@@ -24,4 +24,8 @@ write_buildinfo.f95 ...@@ -24,4 +24,8 @@ write_buildinfo.f95
!ephemerides/ !ephemerides/
!orbconverter/ !orbconverter/
!identoptoneset/ !identoptoneset/
!qorbits/ !qorbits/
\ No newline at end of file !detection/
!detectionduplet/
!detectionmanual/
...@@ -54,7 +54,7 @@ else ...@@ -54,7 +54,7 @@ else
RELCFLAGS = -g -O0 -DDEBUG=$(DEBUG) RELCFLAGS = -g -O0 -DDEBUG=$(DEBUG)
endif endif
SOLVERS=gencatalog fineorbit qorbits seance identification identoptoneset orbconverter ephemerides SOLVERS=gencatalog fineorbit qorbits seance identification identoptoneset orbconverter ephemerides detection detectionduplet detectionmanual
all: dirs lib $(SOLVERS) all: dirs lib $(SOLVERS)
cp $(JPL) $(JPLTARG) cp $(JPL) $(JPLTARG)
......
write_buildinfo.f95
This diff is collapsed.
MAIN=detection
include ../makefile.inc
\ No newline at end of file
This diff is collapsed.
MAIN=detectionduplet
include ../makefile.inc
\ No newline at end of file
This diff is collapsed.
MAIN=detectionmanual
include ../makefile.inc
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment