Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
blaar
gnuplot
Commits
5398a461
Commit
5398a461
authored
Sep 10, 2017
by
Arnaud Blanchard
Browse files
Add blc_command_forward_blc_channels() for Reverse Polish notation
parent
d7663ffe
Changes
2
Hide whitespace changes
Inline
Side-by-side
o_gnuplot/src/o_gnuplot.cpp
View file @
5398a461
...
...
@@ -48,7 +48,7 @@ int main(int argc, char *argv[]){
// blc_program_add_option(&size_str, 's', "size", "UI32[xUI32]", "size of the matrix", NULL);
blc_program_init
(
&
argc
,
&
argv
,
blc_quit
);
blc_command_forward_blc_channels
();
/*
if (size_str){
dims_nb=blc_sscan_dims(&lengths, size_str);
...
...
o_gnuplot_poi/o_gnuplot_poi.cpp
View file @
5398a461
...
...
@@ -34,6 +34,8 @@ int main(int argc, char *argv[]){
// blc_program_add_option(&size_str, 's', "size", "UI32[xUI32]", "size of the matrix", NULL);
blc_program_init
(
&
argc
,
&
argv
,
blc_quit
);
blc_command_forward_blc_channels
();
input_image
.
open
(
input_image_name
,
BLC_CHANNEL_READ
);
poi
.
open
(
poi_name
,
BLC_CHANNEL_READ
);
...
...
Write
Preview
Supports
Markdown
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