getfem-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Getfem-users] Compiling error


From: Wen Jiang
Subject: [Getfem-users] Compiling error
Date: Tue, 22 Nov 2016 08:53:08 -0700

Hi,

I got the following error during compiling, could anyone tell me how to resolve this? I attached the config.log file. Thanks.

Wen

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()) {

Attachment: config.log
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]