Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Seitosh
Seitosh
Commits
8ad9de82
Commit
8ad9de82
authored
Jan 28, 2019
by
thomas.forbriger
Browse files
croposp [WP]: remove missing-implemenmtation-trap
parent
eed2d011
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/ts/wf/croposp.cc
View file @
8ad9de82
...
...
@@ -443,7 +443,6 @@ int main(int iargc, char* argv[])
/* ====================================================================== */
TFXX_assert
(
!
opt
.
compute_psd
,
"-psd is not yet implemented"
);
TFXX_assert
(
!
opt
.
compute_npsd
,
"-npsd is not yet implemented"
);
TFXX_assert
(
!
opt
.
compute_transfer
,
"-transfer is not yet implemented"
);
TFXX_assert
(
!
opt
.
compute_coherency
,
"-coherency is not yet implemented"
);
...
...
src/ts/wf/testcases/Makefile.croposp
View file @
8ad9de82
...
...
@@ -80,4 +80,8 @@ cpsd3.bin: cpsd3hd.bin
tijerasxx
-verbose
-overwrite
-iformat
bin
-oformat
bin
\
$(CPSD_TOPT3)
$@
$<
psd.xxx
:
cpsd1.bin cpsd2.bin cpsd3.bin
croposp
--verbose
--overwrite
--itype
bin
--trim
\
--datetolerance
0.1
-psd
$@
$^
# ----- END OF Makefile.croposp -----
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