[ 56%] Building CXX object
examples/laplace_bc_dirichlet/CMakeFiles/laplace_bc_dirichlet.dir/main.cpp.o
/home/pavel/hermes/hermes1d/examples/laplace_bc_dirichlet/main.cpp: In
function ‘int main()’:
/home/pavel/hermes/hermes1d/examples/laplace_bc_dirichlet/main.cpp:71:
error: no matching function for call to
‘DiscreteProblem::assemble(SparseMatrix*&, Vector*&)’
/home/pavel/hermes/hermes1d/src/discrete_problem.h:29: note:
candidates are: void DiscreteProblem::assemble(scalar*, SparseMatrix*,
Vector*, bool)
make[2]: *** [examples/laplace_bc_dirichlet/CMakeFiles/laplace_bc_dirichlet.dir/main.cpp.o]
Error 1
make[1]: *** [examples/laplace_bc_dirichlet/CMakeFiles/laplace_bc_dirichlet.dir/all]
Error 2
make: *** [all] Error 2
--
Pavel Solin
University of Nevada, Reno
Home page: http://hpfem.org/~pavel
FEMTEC 2011: http://hpfem.org/events/femtec-2011/
Hermes: http://hpfem.org/
FEMhub: http://femhub.org/
Zhonghua, could you please look into this?