error: no match for call to '(std::vector<double>) (libMesh::Real)' #16139
-
Hello guys, It shows such error: I have tried to correct it, but still failed. Could anyone help? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
This is not the correct definition of a vector: https://en.cppreference.com/w/cpp/container/vector I suggest you take some time to learn C++, we have some links on this page to some nice resources: https://mooseframework.inl.gov/getting_started/examples_and_tutorials/ |
Beta Was this translation helpful? Give feedback.
-
I delete some [_qp], then it works well. |
Beta Was this translation helpful? Give feedback.
I delete some [_qp], then it works well.