Skip to content

Commit

Permalink
Updating headers in STK to fix compilation error in Albany
Browse files Browse the repository at this point in the history
(see discussion in the following Trilinos issue I opened
this morning: trilinos/Trilinos#3327 (comment)).
  • Loading branch information
ikalash committed Aug 22, 2018
1 parent 65c8576 commit ec49134
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/disc/stk/percept/stk_rebalance/GeomDecomp.cpp
Expand Up @@ -20,7 +20,7 @@
#include <stk_mesh/base/Field.hpp>
//#include <stk_mesh/base/FieldData.hpp>

#include <stk_util/environment/ReportHandler.hpp>
#include <stk_util/util/ReportHandler.hpp>

#include <stk_util/parallel/Parallel.hpp>

Expand Down
2 changes: 1 addition & 1 deletion src/disc/stk/percept/stk_rebalance/Rebalance.cpp
Expand Up @@ -13,7 +13,7 @@
#include <vector>
#include <string>

#include <stk_util/environment/ReportHandler.hpp>
#include <stk_util/util/ReportHandler.hpp>
#include <stk_util/parallel/ParallelReduce.hpp>

#include <stk_mesh/base/BulkData.hpp>
Expand Down

0 comments on commit ec49134

Please sign in to comment.