Open QiaoLei-88 opened 9 years ago
The include path in source files are not correct. So the CMake generated make file will not work. For example, inside src/assemble_explicit.cc, the include statement reads
#include <base/quadrature_lib.h>
which should be
#include <deal.II/base/quadrature_lib.h>
The include path in source files are not correct. So the CMake generated make file will not work. For example, inside src/assemble_explicit.cc, the include statement reads
which should be