Skip to content

Commit

Permalink
Merge pull request dealii#13908 from peterrum/fe_data
Browse files Browse the repository at this point in the history
Rename fe_base.h to fe_data.h
  • Loading branch information
drwells committed Jun 7, 2022
2 parents b01825c + bef1b27 commit 5d602e1
Show file tree
Hide file tree
Showing 8 changed files with 1,070 additions and 1,047 deletions.
2 changes: 1 addition & 1 deletion include/deal.II/fe/fe.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

#include <deal.II/fe/block_mask.h>
#include <deal.II/fe/component_mask.h>
#include <deal.II/fe/fe_base.h>
#include <deal.II/fe/fe_data.h>
#include <deal.II/fe/fe_update_flags.h>
#include <deal.II/fe/fe_values_extractors.h>
#include <deal.II/fe/mapping.h>
Expand Down

0 comments on commit 5d602e1

Please sign in to comment.