Skip to content

Commit

Permalink
Update MueLu_FactoryManager_def.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
csiefer2 authored Jun 14, 2023
1 parent 39d54d2 commit 6dccc16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/muelu/src/MueCentral/MueLu_FactoryManager_def.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ namespace MueLu {
if (varName == "pcoarsen: element to node map") return GetFactory("P");
#endif

// FIXME: These are user data, but we might want to print them
// NOTE: These are user data, but we might want to print them, so they need a default factory
if (varName == "NodeMatrix") return NoFactory::getRCP();
if (varName == "NodeAggMatrix") return NoFactory::getRCP();

Expand Down

0 comments on commit 6dccc16

Please sign in to comment.