diff --git a/Makefile b/Makefile index a0c944503bd..691efb5cc01 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main # COPYRIGHT: (C) 2002-2023 by the GRASS Development Team @@ -104,6 +105,8 @@ >>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> fa1324421c (r.terrafow: explicit use of default constructors (#2660)) +======= +>>>>>>> a7da23483e (i.maxlik: fix crash when classification result is NULL (#2724)) # COPYRIGHT: (C) 2002-2024 by the GRASS Development Team ======= # COPYRIGHT: (C) 2002-2022 by the GRASS Development Team @@ -160,6 +163,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= # COPYRIGHT: (C) 2002-2023 by the GRASS Development Team >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) @@ -272,6 +276,11 @@ >>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> fa1324421c (r.terrafow: explicit use of default constructors (#2660)) +======= +======= +# COPYRIGHT: (C) 2002-2023 by the GRASS Development Team +>>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) +>>>>>>> a7da23483e (i.maxlik: fix crash when classification result is NULL (#2724)) # # This program is free software under the GNU General Public # License (>=v2). Read the file COPYING that comes with GRASS diff --git a/configure.ac b/configure.ac index bd0952dd68f..c0450e47fb9 100755 --- a/configure.ac +++ b/configure.ac @@ -37,6 +37,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main # COPYRIGHT: (C) 2000-2023 by the GRASS Development Team @@ -104,6 +105,8 @@ >>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> fa1324421c (r.terrafow: explicit use of default constructors (#2660)) +======= +>>>>>>> a7da23483e (i.maxlik: fix crash when classification result is NULL (#2724)) # COPYRIGHT: (C) 2000-2024 by the GRASS Development Team ======= # COPYRIGHT: (C) 2000-2022 by the GRASS Development Team @@ -160,6 +163,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= # COPYRIGHT: (C) 2000-2023 by the GRASS Development Team >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) @@ -272,6 +276,11 @@ >>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> fa1324421c (r.terrafow: explicit use of default constructors (#2660)) +======= +======= +# COPYRIGHT: (C) 2000-2023 by the GRASS Development Team +>>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) +>>>>>>> a7da23483e (i.maxlik: fix crash when classification result is NULL (#2724)) # # This program is free software under the GNU General # Public License (>=v2). Read the file COPYING that diff --git a/grasslib.dox b/grasslib.dox index f28fb5466f4..b0af3e3ef6a 100644 --- a/grasslib.dox +++ b/grasslib.dox @@ -39,6 +39,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main * updated 8/2005, 2006-2008, 2010-2011, 2017-2023 @@ -128,6 +129,8 @@ >>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> fa1324421c (r.terrafow: explicit use of default constructors (#2660)) +======= +>>>>>>> a7da23483e (i.maxlik: fix crash when classification result is NULL (#2724)) * updated 8/2005, 2006-2024 ======= * updated 8/2005, 2006-2008, 2010-2011, 2017, 2018, 2019, 2021 @@ -222,6 +225,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= * updated 8/2005, 2006-2008, 2010-2011, 2017-2023 >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) @@ -369,6 +373,11 @@ >>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> fa1324421c (r.terrafow: explicit use of default constructors (#2660)) +======= +======= + * updated 8/2005, 2006-2008, 2010-2011, 2017-2023 +>>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) +>>>>>>> a7da23483e (i.maxlik: fix crash when classification result is NULL (#2724)) --> GRASS GIS (Geographic @@ -418,6 +427,7 @@ pages. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main © 2000-2023 by the GRASS Development Team @@ -485,6 +495,8 @@ pages. >>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> fa1324421c (r.terrafow: explicit use of default constructors (#2660)) +======= +>>>>>>> a7da23483e (i.maxlik: fix crash when classification result is NULL (#2724)) © 2000-2024 by the GRASS Development Team ======= © 2000-2022 by the GRASS Development Team @@ -541,6 +553,7 @@ pages. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= © 2000-2023 by the GRASS Development Team >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) @@ -653,6 +666,11 @@ pages. >>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> fa1324421c (r.terrafow: explicit use of default constructors (#2660)) +======= +======= +© 2000-2023 by the GRASS Development Team +>>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) +>>>>>>> a7da23483e (i.maxlik: fix crash when classification result is NULL (#2724)) This manual is published under GNU Free Documentation diff --git a/imagery/i.maxlik/main.c b/imagery/i.maxlik/main.c index 003dfe23d7d..4da4a107e93 100644 --- a/imagery/i.maxlik/main.c +++ b/imagery/i.maxlik/main.c @@ -376,6 +376,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -396,6 +397,8 @@ int main(int argc, char *argv[]) >>>>>>> a7da23483e (i.maxlik: fix crash when classification result is NULL (#2724)) ======= >>>>>>> fa1324421c (r.terrafow: explicit use of default constructors (#2660)) +======= +>>>>>>> a7da23483e (i.maxlik: fix crash when classification result is NULL (#2724)) if (Rast_is_c_null_value(&class_cell[col]) == 0) class_cell[col] = S.sig[class_cell[col] - 1].oclass; ======= @@ -479,6 +482,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 630833279b (i.maxlik: fix crash when classification result is NULL (#2724)) ======= @@ -503,6 +507,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> a7da23483e (i.maxlik: fix crash when classification result is NULL (#2724)) +======= +>>>>>>> a7da23483e (i.maxlik: fix crash when classification result is NULL (#2724)) ======= if (Rast_is_c_null_value(&class_cell[col]) == 0) class_cell[col] = S.sig[class_cell[col] - 1].oclass; @@ -519,6 +525,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> main @@ -636,6 +643,8 @@ int main(int argc, char *argv[]) >>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> fa1324421c (r.terrafow: explicit use of default constructors (#2660)) +======= +>>>>>>> a7da23483e (i.maxlik: fix crash when classification result is NULL (#2724)) } } Rast_put_row(class_fd, class_cell, CELL_TYPE); diff --git a/imagery/i.maxlik/testsuite/test_i_maxlik.py b/imagery/i.maxlik/testsuite/test_i_maxlik.py index 56ea103c0cb..79a2c6d780e 100644 --- a/imagery/i.maxlik/testsuite/test_i_maxlik.py +++ b/imagery/i.maxlik/testsuite/test_i_maxlik.py @@ -94,6 +94,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main ======= @@ -114,6 +115,8 @@ def setUpClass(cls): >>>>>>> a7da23483e (i.maxlik: fix crash when classification result is NULL (#2724)) ======= >>>>>>> fa1324421c (r.terrafow: explicit use of default constructors (#2660)) +======= +>>>>>>> a7da23483e (i.maxlik: fix crash when classification result is NULL (#2724)) expression=f"{cls.b2}=if(row() == 3 && col() == 3, null(), 5.0+rand(-1.0,1.0))", ======= <<<<<<< HEAD @@ -185,6 +188,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= expression=f"{cls.b2}=if(row() == 3 && col() == 3, null(), 5.0+rand(-1.0,1.0))", >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) @@ -332,6 +336,11 @@ def setUpClass(cls): >>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> fa1324421c (r.terrafow: explicit use of default constructors (#2660)) +======= +======= + expression=f"{cls.b2}=if(row() == 3 && col() == 3, null(), 5.0+rand(-1.0,1.0))", +>>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) +>>>>>>> a7da23483e (i.maxlik: fix crash when classification result is NULL (#2724)) flags="s", quiet=True, ) diff --git a/include/VERSION b/include/VERSION index dbb4f9b39c6..b34d49e6393 100644 --- a/include/VERSION +++ b/include/VERSION @@ -325,6 +325,7 @@ dev <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= 2023 >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) @@ -471,3 +472,8 @@ dev >>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> fa1324421c (r.terrafow: explicit use of default constructors (#2660)) +======= +======= +2023 +>>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) +>>>>>>> a7da23483e (i.maxlik: fix crash when classification result is NULL (#2724)) diff --git a/include/grass/gis.h b/include/grass/gis.h index 1c56d81b368..03dc442d43c 100644 --- a/include/grass/gis.h +++ b/include/grass/gis.h @@ -44,6 +44,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main * COPYRIGHT: (C) 2000-2023 by the GRASS Development Team @@ -133,6 +134,8 @@ >>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> fa1324421c (r.terrafow: explicit use of default constructors (#2660)) +======= +>>>>>>> a7da23483e (i.maxlik: fix crash when classification result is NULL (#2724)) * COPYRIGHT: (C) 2000-2024 by the GRASS Development Team ======= * COPYRIGHT: (C) 2000-2021 by the GRASS Development Team @@ -227,6 +230,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= * COPYRIGHT: (C) 2000-2023 by the GRASS Development Team >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) @@ -374,6 +378,11 @@ >>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> fa1324421c (r.terrafow: explicit use of default constructors (#2660)) +======= +======= + * COPYRIGHT: (C) 2000-2023 by the GRASS Development Team +>>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) +>>>>>>> a7da23483e (i.maxlik: fix crash when classification result is NULL (#2724)) * * This program is free software under the GNU General Public * License (>=v2). Read the file COPYING that comes with GRASS diff --git a/lib/gis/env.c b/lib/gis/env.c index 3795293cc30..4cda2a7135a 100644 --- a/lib/gis/env.c +++ b/lib/gis/env.c @@ -31,6 +31,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main (C) 2001-2023 by the GRASS Development Team @@ -98,6 +99,8 @@ >>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> fa1324421c (r.terrafow: explicit use of default constructors (#2660)) +======= +>>>>>>> a7da23483e (i.maxlik: fix crash when classification result is NULL (#2724)) (C) 2001-2024 by the GRASS Development Team ======= (C) 2001-2022 by the GRASS Development Team @@ -154,6 +157,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= (C) 2001-2023 by the GRASS Development Team >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) @@ -266,6 +270,11 @@ >>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> fa1324421c (r.terrafow: explicit use of default constructors (#2660)) +======= +======= + (C) 2001-2023 by the GRASS Development Team +>>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) +>>>>>>> a7da23483e (i.maxlik: fix crash when classification result is NULL (#2724)) This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details. diff --git a/lib/gis/gislib_cmdline_parsing.dox b/lib/gis/gislib_cmdline_parsing.dox index ef690a70b74..c2a967fa297 100644 --- a/lib/gis/gislib_cmdline_parsing.dox +++ b/lib/gis/gislib_cmdline_parsing.dox @@ -32,6 +32,7 @@ extracted form gislib.dox and improved by Vaclav Petras, 2013 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main Copyright 2004-2023 by the GRASS Development Team @@ -99,6 +100,8 @@ Copyright 2004-2023 by the GRASS Development Team >>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> fa1324421c (r.terrafow: explicit use of default constructors (#2660)) +======= +>>>>>>> a7da23483e (i.maxlik: fix crash when classification result is NULL (#2724)) Copyright 2004-2024 by the GRASS Development Team ======= Copyright 2004-2022 by the GRASS Development Team @@ -155,6 +158,7 @@ Copyright 2004-2023 by the GRASS Development Team <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= Copyright 2004-2023 by the GRASS Development Team >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) @@ -267,6 +271,11 @@ Copyright 2004-2022 by the GRASS Development Team >>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> fa1324421c (r.terrafow: explicit use of default constructors (#2660)) +======= +======= +Copyright 2004-2023 by the GRASS Development Team +>>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) +>>>>>>> a7da23483e (i.maxlik: fix crash when classification result is NULL (#2724)) Published under GNU Free Documentation License --> diff --git a/lib/gis/parser_html.c b/lib/gis/parser_html.c index eafb8808d31..f0d3c5d093f 100644 --- a/lib/gis/parser_html.c +++ b/lib/gis/parser_html.c @@ -31,6 +31,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main (C) 2001-2023 by the GRASS Development Team @@ -98,6 +99,8 @@ >>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> fa1324421c (r.terrafow: explicit use of default constructors (#2660)) +======= +>>>>>>> a7da23483e (i.maxlik: fix crash when classification result is NULL (#2724)) (C) 2001-2024 by the GRASS Development Team ======= (C) 2001-2022 by the GRASS Development Team @@ -154,6 +157,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= (C) 2001-2023 by the GRASS Development Team >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) @@ -266,6 +270,11 @@ >>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> fa1324421c (r.terrafow: explicit use of default constructors (#2660)) +======= +======= + (C) 2001-2023 by the GRASS Development Team +>>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) +>>>>>>> a7da23483e (i.maxlik: fix crash when classification result is NULL (#2724)) This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details. diff --git a/lib/init/grass.py b/lib/init/grass.py index 4106a145dc1..4c20e04f34d 100755 --- a/lib/init/grass.py +++ b/lib/init/grass.py @@ -46,6 +46,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main # COPYRIGHT: (C) 2000-2023 by the GRASS Development Team @@ -113,6 +114,8 @@ >>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> fa1324421c (r.terrafow: explicit use of default constructors (#2660)) +======= +>>>>>>> a7da23483e (i.maxlik: fix crash when classification result is NULL (#2724)) # COPYRIGHT: (C) 2000-2024 by the GRASS Development Team ======= # COPYRIGHT: (C) 2000-2022 by the GRASS Development Team @@ -169,6 +172,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= # COPYRIGHT: (C) 2000-2023 by the GRASS Development Team >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) @@ -281,6 +285,11 @@ >>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> fa1324421c (r.terrafow: explicit use of default constructors (#2660)) +======= +======= +# COPYRIGHT: (C) 2000-2023 by the GRASS Development Team +>>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) +>>>>>>> a7da23483e (i.maxlik: fix crash when classification result is NULL (#2724)) # # This program is free software under the GNU General # Public License (>=v2). Read the file COPYING that diff --git a/lib/init/grass.sh b/lib/init/grass.sh index 2299d81f4ff..652db2ae634 100755 --- a/lib/init/grass.sh +++ b/lib/init/grass.sh @@ -41,6 +41,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main # COPYRIGHT: (C) 2000-2023 by the GRASS Development Team @@ -108,6 +109,8 @@ >>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> fa1324421c (r.terrafow: explicit use of default constructors (#2660)) +======= +>>>>>>> a7da23483e (i.maxlik: fix crash when classification result is NULL (#2724)) # COPYRIGHT: (C) 2000-2024 by the GRASS Development Team ======= # COPYRIGHT: (C) 2000-2022 by the GRASS Development Team @@ -164,6 +167,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= # COPYRIGHT: (C) 2000-2023 by the GRASS Development Team >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) @@ -276,6 +280,11 @@ >>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> fa1324421c (r.terrafow: explicit use of default constructors (#2660)) +======= +======= +# COPYRIGHT: (C) 2000-2023 by the GRASS Development Team +>>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) +>>>>>>> a7da23483e (i.maxlik: fix crash when classification result is NULL (#2724)) # # This program is free software under the GNU General # Public License (>=v2). Read the file COPYING that diff --git a/man/build_graphical_index.py b/man/build_graphical_index.py index caf55f4b039..bf5377b5eca 100755 --- a/man/build_graphical_index.py +++ b/man/build_graphical_index.py @@ -33,6 +33,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main # COPYRIGHT: (C) 2015-2023 by Vaclav Petras and the GRASS Development Team @@ -100,6 +101,8 @@ >>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> fa1324421c (r.terrafow: explicit use of default constructors (#2660)) +======= +>>>>>>> a7da23483e (i.maxlik: fix crash when classification result is NULL (#2724)) # COPYRIGHT: (C) 2015-2024 by Vaclav Petras and the GRASS Development Team ======= # COPYRIGHT: (C) 2015-2022 by Vaclav Petras and the GRASS Development Team @@ -156,6 +159,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= # COPYRIGHT: (C) 2015-2023 by Vaclav Petras and the GRASS Development Team >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) @@ -268,6 +272,11 @@ >>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> fa1324421c (r.terrafow: explicit use of default constructors (#2660)) +======= +======= +# COPYRIGHT: (C) 2015-2023 by Vaclav Petras and the GRASS Development Team +>>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) +>>>>>>> a7da23483e (i.maxlik: fix crash when classification result is NULL (#2724)) # # This program is free software under the GNU General Public # License (>=v2). Read the file COPYING that comes with GRASS diff --git a/man/build_html.py b/man/build_html.py index 269807d2416..88f5875b92e 100644 --- a/man/build_html.py +++ b/man/build_html.py @@ -29,6 +29,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main # (C) 2003-2023 Markus Neteler and the GRASS Development Team @@ -96,6 +97,8 @@ >>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> fa1324421c (r.terrafow: explicit use of default constructors (#2660)) +======= +>>>>>>> a7da23483e (i.maxlik: fix crash when classification result is NULL (#2724)) # (C) 2003-2024 Markus Neteler and the GRASS Development Team ======= # (C) 2003-2022 Markus Neteler and the GRASS Development Team @@ -152,6 +155,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= # (C) 2003-2023 Markus Neteler and the GRASS Development Team >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) @@ -264,6 +268,11 @@ >>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> fa1324421c (r.terrafow: explicit use of default constructors (#2660)) +======= +======= +# (C) 2003-2023 Markus Neteler and the GRASS Development Team +>>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) +>>>>>>> a7da23483e (i.maxlik: fix crash when classification result is NULL (#2724)) # Authors: # Markus Neteler # Glynn Clements diff --git a/man/build_rest.py b/man/build_rest.py index 09224fd323b..ad36a86e859 100644 --- a/man/build_rest.py +++ b/man/build_rest.py @@ -37,6 +37,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main # (C) 2003-2023 by Luca Delucchi and the GRASS Development Team @@ -104,6 +105,8 @@ >>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> fa1324421c (r.terrafow: explicit use of default constructors (#2660)) +======= +>>>>>>> a7da23483e (i.maxlik: fix crash when classification result is NULL (#2724)) # (C) 2003-2024 by Luca Delucchi and the GRASS Development Team ======= # (C) 2003-2022 by Luca Delucchi and the GRASS Development Team @@ -160,6 +163,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= # (C) 2003-2023 by Luca Delucchi and the GRASS Development Team >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) @@ -272,6 +276,11 @@ >>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> fa1324421c (r.terrafow: explicit use of default constructors (#2660)) +======= +======= +# (C) 2003-2023 by Luca Delucchi and the GRASS Development Team +>>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) +>>>>>>> a7da23483e (i.maxlik: fix crash when classification result is NULL (#2724)) import os import string @@ -459,6 +468,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main 2003-2023 `GRASS Development Team `_, GRASS GIS ${grass_version} Reference Manual @@ -506,6 +516,8 @@ >>>>>>> a7da23483e (i.maxlik: fix crash when classification result is NULL (#2724)) ======= >>>>>>> fa1324421c (r.terrafow: explicit use of default constructors (#2660)) +======= +>>>>>>> a7da23483e (i.maxlik: fix crash when classification result is NULL (#2724)) 2003-2024 `GRASS Development Team `_, GRASS GIS ${grass_version} Reference Manual """ # noqa: E501 ======= @@ -529,6 +541,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= 2003-2023 `GRASS Development Team `_, GRASS GIS ${grass_version} Reference Manual >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) @@ -655,6 +668,11 @@ >>>>>>> bc7152a288 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> fa1324421c (r.terrafow: explicit use of default constructors (#2660)) +======= +======= + 2003-2023 `GRASS Development Team `_, GRASS GIS ${grass_version} Reference Manual +>>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) +>>>>>>> a7da23483e (i.maxlik: fix crash when classification result is NULL (#2724)) """ >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ) diff --git a/man/sphinx/conf.py b/man/sphinx/conf.py index 2f86cdf5973..8f101e38892 100644 --- a/man/sphinx/conf.py +++ b/man/sphinx/conf.py @@ -478,6 +478,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= copyright = "2023, GRASS Development Team" >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) @@ -632,6 +633,11 @@ >>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> fa1324421c (r.terrafow: explicit use of default constructors (#2660)) +======= +======= +copyright = "2023, GRASS Development Team" +>>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) +>>>>>>> a7da23483e (i.maxlik: fix crash when classification result is NULL (#2724)) # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -2663,6 +2669,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 630833279b (i.maxlik: fix crash when classification result is NULL (#2724)) ======= @@ -2687,6 +2694,8 @@ >>>>>>> osgeo-main ======= >>>>>>> a7da23483e (i.maxlik: fix crash when classification result is NULL (#2724)) +======= +>>>>>>> a7da23483e (i.maxlik: fix crash when classification result is NULL (#2724)) epub_copyright = "2022, GRASS Development Team" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2706,6 +2715,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= epub_copyright = "2023, GRASS Development Team" >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) @@ -2863,6 +2873,11 @@ >>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> fa1324421c (r.terrafow: explicit use of default constructors (#2660)) +======= +======= +epub_copyright = "2023, GRASS Development Team" +>>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) +>>>>>>> a7da23483e (i.maxlik: fix crash when classification result is NULL (#2724)) # The language of the text. It defaults to the language option # or en if the language is not set. diff --git a/python/grass/docs/conf.py b/python/grass/docs/conf.py index 6d4e46adcd7..3d0a4c3072b 100644 --- a/python/grass/docs/conf.py +++ b/python/grass/docs/conf.py @@ -156,6 +156,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main copyright = "2023, GRASS Development Team" @@ -223,6 +224,8 @@ >>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> fa1324421c (r.terrafow: explicit use of default constructors (#2660)) +======= +>>>>>>> a7da23483e (i.maxlik: fix crash when classification result is NULL (#2724)) copyright = "2024, GRASS Development Team" ======= copyright = "2022, GRASS Development Team" @@ -279,6 +282,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= copyright = "2023, GRASS Development Team" >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) @@ -391,6 +395,11 @@ >>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> fa1324421c (r.terrafow: explicit use of default constructors (#2660)) +======= +======= +copyright = "2023, GRASS Development Team" +>>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) +>>>>>>> a7da23483e (i.maxlik: fix crash when classification result is NULL (#2724)) # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -651,6 +660,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main epub_copyright = "2023, GRASS Development Team" @@ -695,6 +705,8 @@ >>>>>>> a7da23483e (i.maxlik: fix crash when classification result is NULL (#2724)) ======= >>>>>>> fa1324421c (r.terrafow: explicit use of default constructors (#2660)) +======= +>>>>>>> a7da23483e (i.maxlik: fix crash when classification result is NULL (#2724)) epub_copyright = "2022, GRASS Development Team" <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -717,6 +729,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= epub_copyright = "2023, GRASS Development Team" >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) @@ -844,6 +857,11 @@ >>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> fa1324421c (r.terrafow: explicit use of default constructors (#2660)) +======= +======= +epub_copyright = "2023, GRASS Development Team" +>>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) +>>>>>>> a7da23483e (i.maxlik: fix crash when classification result is NULL (#2724)) # The basename for the epub file. It defaults to the project name. # epub_basename = u'wxGUI' diff --git a/python/grass/script/core.py b/python/grass/script/core.py index a46edd7e4c1..15a444b66da 100644 --- a/python/grass/script/core.py +++ b/python/grass/script/core.py @@ -46,6 +46,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main (C) 2008-2023 by the GRASS Development Team @@ -135,6 +136,8 @@ >>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> fa1324421c (r.terrafow: explicit use of default constructors (#2660)) +======= +>>>>>>> a7da23483e (i.maxlik: fix crash when classification result is NULL (#2724)) (C) 2008-2024 by the GRASS Development Team ======= (C) 2008-2021 by the GRASS Development Team @@ -229,6 +232,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= (C) 2008-2023 by the GRASS Development Team >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) @@ -376,6 +380,11 @@ >>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> fa1324421c (r.terrafow: explicit use of default constructors (#2660)) +======= +======= +(C) 2008-2023 by the GRASS Development Team +>>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) +>>>>>>> a7da23483e (i.maxlik: fix crash when classification result is NULL (#2724)) This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details. diff --git a/python/grass/script/setup.py b/python/grass/script/setup.py index 80a43f2dcce..0f75ab856fa 100644 --- a/python/grass/script/setup.py +++ b/python/grass/script/setup.py @@ -905,6 +905,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main (C) 2010-2023 by the GRASS Development Team @@ -994,6 +995,8 @@ >>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> fa1324421c (r.terrafow: explicit use of default constructors (#2660)) +======= +>>>>>>> a7da23483e (i.maxlik: fix crash when classification result is NULL (#2724)) (C) 2010-2024 by the GRASS Development Team ======= (C) 2010-2021 by the GRASS Development Team @@ -1088,6 +1091,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= (C) 2010-2023 by the GRASS Development Team >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) @@ -1235,6 +1239,11 @@ >>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> fa1324421c (r.terrafow: explicit use of default constructors (#2660)) +======= +======= +(C) 2010-2023 by the GRASS Development Team +>>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) +>>>>>>> a7da23483e (i.maxlik: fix crash when classification result is NULL (#2724)) This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details. diff --git a/utils/mkhtml.py b/utils/mkhtml.py index 84f0b8af47a..e08f7a73303 100644 --- a/utils/mkhtml.py +++ b/utils/mkhtml.py @@ -35,6 +35,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> main # COPYRIGHT: (C) 2007-2023 by Glynn Clements @@ -102,6 +103,8 @@ >>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> fa1324421c (r.terrafow: explicit use of default constructors (#2660)) +======= +>>>>>>> a7da23483e (i.maxlik: fix crash when classification result is NULL (#2724)) # COPYRIGHT: (C) 2007-2024 by Glynn Clements ======= # COPYRIGHT: (C) 2007-2022 by Glynn Clements @@ -158,6 +161,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= # COPYRIGHT: (C) 2007-2023 by Glynn Clements >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) @@ -270,6 +274,11 @@ >>>>>>> b5acd78515 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> fa1324421c (r.terrafow: explicit use of default constructors (#2660)) +======= +======= +# COPYRIGHT: (C) 2007-2023 by Glynn Clements +>>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) +>>>>>>> a7da23483e (i.maxlik: fix crash when classification result is NULL (#2724)) # and the GRASS Development Team # # This program is free software under the GNU General