I got the following error during compiling, could anyone tell me how to resolve this? I attached the config.log file. Thanks.
In file included from gf_compute.cc:28:
../../src/getfem/getfem_convect.h:62:27: error: non-const lvalue reference to type 'small_vector<[...]>' cannot bind to a temporary of type 'small_vector<[...]>'
base_node &per_min = base_node(),
^ ~~~~~~~~~~~
../../src/getfem/getfem_convect.h:62:27: note: passing argument to parameter 'per_min' here
../../src/getfem/getfem_convect.h:63:27: error: non-const lvalue reference to type 'small_vector<[...]>' cannot bind to a temporary of type 'small_vector<[...]>'
base_node &per_max = base_node()) {
^ ~~~~~~~~~~~
../../src/getfem/getfem_convect.h:63:27: note: passing argument to parameter 'per_max' here
../../src/getfem/getfem_convect.h:62:27: error: missing default argument on parameter 'per_min'
base_node &per_min = base_node(),
^
../../src/getfem/getfem_convect.h:63:27: error: missing default argument on parameter 'per_max'
base_node &per_max = base_node()) {