You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: