Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ioss use quoted ioss include #423

Merged
merged 5 commits into from
Nov 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
10 changes: 5 additions & 5 deletions packages/seacas/libraries/ioss/src/Ioss_Assembly.C
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
//
// See packages/seacas/LICENSE for details

#include <Ioss_Assembly.h>
#include <Ioss_DatabaseIO.h>
#include <Ioss_GroupingEntity.h>
#include <Ioss_Property.h>
#include <Ioss_PropertyManager.h>
#include "Ioss_Assembly.h"
#include "Ioss_DatabaseIO.h"
#include "Ioss_GroupingEntity.h"
#include "Ioss_Property.h"
#include "Ioss_PropertyManager.h"
#include <cstddef>
#include <fmt/ostream.h>
#include <iosfwd>
Expand Down
2 changes: 1 addition & 1 deletion packages/seacas/libraries/ioss/src/Ioss_Assembly.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#pragma once

#include <Ioss_GroupingEntity.h>
#include "Ioss_GroupingEntity.h"
#include <cstddef> // for size_t
#include <cstdint> // for int64_t
#include <string> // for string
Expand Down
8 changes: 4 additions & 4 deletions packages/seacas/libraries/ioss/src/Ioss_Blob.C
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
//
// See packages/seacas/LICENSE for details

#include <Ioss_Blob.h>
#include <Ioss_DatabaseIO.h>
#include <Ioss_GroupingEntity.h>
#include <Ioss_Property.h>
#include "Ioss_Blob.h"
#include "Ioss_DatabaseIO.h"
#include "Ioss_GroupingEntity.h"
#include "Ioss_Property.h"
#include <cstddef>

namespace Ioss {
Expand Down
2 changes: 1 addition & 1 deletion packages/seacas/libraries/ioss/src/Ioss_Blob.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#pragma once

#include <Ioss_GroupingEntity.h>
#include "Ioss_GroupingEntity.h"
#include <cstddef> // for size_t
#include <cstdint> // for int64_t
#include <string> // for string
Expand Down
4 changes: 2 additions & 2 deletions packages/seacas/libraries/ioss/src/Ioss_CodeTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ inline std::string IOSS_SYM_TENSOR() { return {"sym_tensor_33"}; }
/* #undef SEACAS_HAVE_FAODEL */
#define SEACAS_HAVE_PAMGEN
#else
#include <SEACASIoss_config.h>
#include "SEACASIoss_config.h"
#endif

#if defined(IOSS_THREADSAFE)
Expand Down Expand Up @@ -95,7 +95,7 @@ using Kokkos_Complex = Kokkos::complex<double>;
#else

#if defined IOSS_TRACE
#include <Ioss_Tracer.h>
#include "Ioss_Tracer.h"
#define IOSS_FUNC_ENTER(m) Ioss::Tracer m(__func__)
#else
#define IOSS_FUNC_ENTER(m)
Expand Down
8 changes: 4 additions & 4 deletions packages/seacas/libraries/ioss/src/Ioss_CommSet.C
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
//
// See packages/seacas/LICENSE for details

#include <Ioss_CommSet.h>
#include <Ioss_DatabaseIO.h>
#include <Ioss_Field.h>
#include <Ioss_Property.h>
#include "Ioss_CommSet.h"
#include "Ioss_DatabaseIO.h"
#include "Ioss_Field.h"
#include "Ioss_Property.h"
#include <cassert>
#include <cstddef>
#include <string>
Expand Down
4 changes: 2 additions & 2 deletions packages/seacas/libraries/ioss/src/Ioss_CommSet.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
#include "ioss_export.h"

#include "Ioss_EntityType.h" // for EntityType, etc
#include <Ioss_GroupingEntity.h> // for GroupingEntity
#include <Ioss_Property.h> // for Property
#include "Ioss_GroupingEntity.h" // for GroupingEntity
#include "Ioss_Property.h" // for Property
#include <cstddef> // for size_t
#include <cstdint> // for int64_t
#include <string> // for string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
//
// See packages/seacas/LICENSE for details

#include <Ioss_CompositeVariableType.h>
#include <Ioss_VariableType.h>
#include "Ioss_CompositeVariableType.h"
#include "Ioss_VariableType.h"
#include <cassert>
#include <map>
#include <string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#include "ioss_export.h"

#include <Ioss_VariableType.h> // for VariableType
#include "Ioss_VariableType.h" // for VariableType
#include <string> // for string

namespace Ioss {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
//
// See packages/seacas/LICENSE for details

#include <Ioss_ConcreteVariableType.h>
#include <Ioss_VariableType.h>
#include "Ioss_ConcreteVariableType.h"
#include "Ioss_VariableType.h"
#include <cassert>
#include <string>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#include "ioss_export.h"

#include <Ioss_VariableType.h> // for VariableType
#include "Ioss_VariableType.h" // for VariableType
#include <string> // for string

namespace Ioss {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
//
// See packages/seacas/LICENSE for details

#include <Ioss_ConstructedVariableType.h>
#include <Ioss_VariableType.h>
#include "Ioss_ConstructedVariableType.h"
#include "Ioss_VariableType.h"
#include <cassert>
#include <string>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#include "ioss_export.h"

#include <Ioss_VariableType.h> // for VariableType
#include "Ioss_VariableType.h" // for VariableType
#include <string> // for string

namespace Ioss {
Expand Down
4 changes: 2 additions & 2 deletions packages/seacas/libraries/ioss/src/Ioss_CoordinateFrame.C
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
//
// See packages/seacas/LICENSE for details

#include <Ioss_CoordinateFrame.h>
#include <Ioss_Utils.h>
#include "Ioss_CoordinateFrame.h"
#include "Ioss_Utils.h"
#include <fmt/ostream.h>

namespace Ioss {
Expand Down
8 changes: 4 additions & 4 deletions packages/seacas/libraries/ioss/src/Ioss_CopyDatabase.C
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
//
// See packages/seacas/LICENSE for details

#include <Ioss_CopyDatabase.h>
#include <Ioss_DataPool.h>
#include <Ioss_FaceGenerator.h>
#include <Ioss_MeshCopyOptions.h>
#include "Ioss_CopyDatabase.h"
#include "Ioss_DataPool.h"
#include "Ioss_FaceGenerator.h"
#include "Ioss_MeshCopyOptions.h"
#include <array>
#include <assert.h>
#include <cmath>
Expand Down
2 changes: 1 addition & 1 deletion packages/seacas/libraries/ioss/src/Ioss_DataPool.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#include "ioss_export.h"

#include <Ioss_CodeTypes.h>
#include "Ioss_CodeTypes.h"
#include <cstdlib>
#include <vector>

Expand Down
14 changes: 7 additions & 7 deletions packages/seacas/libraries/ioss/src/Ioss_DatabaseIO.C
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
//
// See packages/seacas/LICENSE for details

#include <Ioss_BoundingBox.h>
#include <Ioss_CodeTypes.h>
#include <Ioss_ElementTopology.h>
#include <Ioss_Enumerate.h>
#include <Ioss_FileInfo.h>
#include <Ioss_ParallelUtils.h>
#include <Ioss_Sort.h>
#include "Ioss_BoundingBox.h"
#include "Ioss_CodeTypes.h"
#include "Ioss_ElementTopology.h"
#include "Ioss_Enumerate.h"
#include "Ioss_FileInfo.h"
#include "Ioss_ParallelUtils.h"
#include "Ioss_Sort.h"
#include <algorithm>
#include <cassert>
#include <cfloat>
Expand Down
20 changes: 10 additions & 10 deletions packages/seacas/libraries/ioss/src/Ioss_DatabaseIO.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

#pragma once

#include <Ioss_BoundingBox.h>
#include <Ioss_CodeTypes.h>
#include <Ioss_DBUsage.h> // for DatabaseUsage, etc
#include <Ioss_DataSize.h> // for DataSize
#include <Ioss_EntityType.h> // for EntityType
#include <Ioss_Map.h>
#include <Ioss_ParallelUtils.h> // for ParallelUtils
#include <Ioss_PropertyManager.h> // for PropertyManager
#include <Ioss_State.h> // for State, State::STATE_INVALID
#include <Ioss_SurfaceSplit.h> // for SurfaceSplitType
#include "Ioss_BoundingBox.h"
#include "Ioss_CodeTypes.h"
#include "Ioss_DBUsage.h" // for DatabaseUsage, etc
#include "Ioss_DataSize.h" // for DataSize
#include "Ioss_EntityType.h" // for EntityType
#include "Ioss_Map.h"
#include "Ioss_ParallelUtils.h" // for ParallelUtils
#include "Ioss_PropertyManager.h" // for PropertyManager
#include "Ioss_State.h" // for State, State::STATE_INVALID
#include "Ioss_SurfaceSplit.h" // for SurfaceSplitType
#include <chrono>
#include <cstddef> // for size_t, nullptr
#include <cstdint> // for int64_t
Expand Down
12 changes: 6 additions & 6 deletions packages/seacas/libraries/ioss/src/Ioss_Decomposition.C
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
* See packages/seacas/LICENSE for details
*/

#include <Ioss_Decomposition.h>
#include <Ioss_ElementTopology.h>
#include <Ioss_Enumerate.h>
#include <Ioss_ParallelUtils.h>
#include <Ioss_Sort.h>
#include <Ioss_Utils.h>
#include "Ioss_Decomposition.h"
#include "Ioss_ElementTopology.h"
#include "Ioss_Enumerate.h"
#include "Ioss_ParallelUtils.h"
#include "Ioss_Sort.h"
#include "Ioss_Utils.h"
#include <algorithm>
#include <cassert>
#include <fmt/ostream.h>
Expand Down
12 changes: 6 additions & 6 deletions packages/seacas/libraries/ioss/src/Ioss_Decomposition.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@

#include "ioss_export.h"

#include <Ioss_CodeTypes.h>
#include <Ioss_Map.h>
#include <Ioss_ParallelUtils.h>
#include <Ioss_PropertyManager.h>
#include "Ioss_CodeTypes.h"
#include "Ioss_Map.h"
#include "Ioss_ParallelUtils.h"
#include "Ioss_PropertyManager.h"
#include <algorithm>
#include <cassert>
#include <map>
#include <string>
#include <vector>

#include <Ioss_ParallelUtils.h>
#include <Ioss_Utils.h>
#include "Ioss_ParallelUtils.h"
#include "Ioss_Utils.h"

#if !defined(NO_PARMETIS_SUPPORT)
#include <parmetis.h>
Expand Down
10 changes: 5 additions & 5 deletions packages/seacas/libraries/ioss/src/Ioss_EdgeBlock.C
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
//
// See packages/seacas/LICENSE for details

#include <Ioss_CodeTypes.h> // for IntVector
#include <Ioss_DatabaseIO.h>
#include <Ioss_EdgeBlock.h>
#include <Ioss_ElementTopology.h>
#include <Ioss_Property.h>
#include "Ioss_CodeTypes.h" // for IntVector
#include "Ioss_DatabaseIO.h"
#include "Ioss_EdgeBlock.h"
#include "Ioss_ElementTopology.h"
#include "Ioss_Property.h"
#include <cstddef>
#include <string>

Expand Down
4 changes: 2 additions & 2 deletions packages/seacas/libraries/ioss/src/Ioss_EdgeBlock.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

#include "ioss_export.h"

#include "Ioss_EntityBlock.h" // for EntityBlock
#include "Ioss_EntityType.h" // for EntityType, etc
#include <Ioss_EntityBlock.h> // for EntityBlock
#include <Ioss_Property.h> // for Property
#include "Ioss_Property.h" // for Property
#include <cstddef> // for size_t
#include <cstdint> // for int64_t
#include <string> // for string
Expand Down
8 changes: 4 additions & 4 deletions packages/seacas/libraries/ioss/src/Ioss_EdgeSet.C
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
//
// See packages/seacas/LICENSE for details

#include <Ioss_DatabaseIO.h>
#include <Ioss_EdgeSet.h>
#include <Ioss_Field.h>
#include <Ioss_Property.h>
#include "Ioss_DatabaseIO.h"
#include "Ioss_EdgeSet.h"
#include "Ioss_Field.h"
#include "Ioss_Property.h"
#include <cstddef>
#include <vector>

Expand Down
2 changes: 1 addition & 1 deletion packages/seacas/libraries/ioss/src/Ioss_EdgeSet.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

#include "ioss_export.h"

#include "Ioss_EntitySet.h" // for EntitySet
#include "Ioss_EntityType.h" // for EntityType, etc
#include "Ioss_Property.h" // for Property
#include <Ioss_EntitySet.h> // for EntitySet
#include <cstddef> // for size_t
#include <cstdint> // for int64_t
#include <string> // for string
Expand Down
8 changes: 4 additions & 4 deletions packages/seacas/libraries/ioss/src/Ioss_ElementBlock.C
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
//
// See packages/seacas/LICENSE for details

#include <Ioss_DatabaseIO.h> // for DatabaseIO
#include <Ioss_ElementBlock.h>
#include <Ioss_Field.h> // for Field, etc
#include <Ioss_Property.h> // for Property
#include "Ioss_DatabaseIO.h" // for DatabaseIO
#include "Ioss_ElementBlock.h"
#include "Ioss_Field.h" // for Field, etc
#include "Ioss_Property.h" // for Property
#include <cstddef> // for size_t
#include <string> // for string
#include <vector> // for vector
Expand Down
8 changes: 4 additions & 4 deletions packages/seacas/libraries/ioss/src/Ioss_ElementBlock.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

#pragma once

#include <Ioss_BoundingBox.h>
#include <Ioss_CodeTypes.h>
#include <Ioss_EntityBlock.h>
#include <Ioss_Property.h>
#include "Ioss_BoundingBox.h"
#include "Ioss_CodeTypes.h"
#include "Ioss_EntityBlock.h"
#include "Ioss_Property.h"
#include <cassert>
#include <stddef.h>
#include <stdint.h>
Expand Down
6 changes: 3 additions & 3 deletions packages/seacas/libraries/ioss/src/Ioss_ElementPermutation.C
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
//
// See packages/seacas/LICENSE for details

#include <Ioss_CodeTypes.h> // for IntVector
#include <Ioss_ElementPermutation.h>
#include <Ioss_Utils.h>
#include "Ioss_CodeTypes.h" // for IntVector
#include "Ioss_ElementPermutation.h"
#include "Ioss_Utils.h"
#include <assert.h>
#include <fmt/ostream.h>
#include <ostream> // for basic_ostream, etc
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#pragma once

#include <Ioss_CodeTypes.h>
#include "Ioss_CodeTypes.h"
#include <assert.h>
#include <limits>
#include <map> // for map, map<>::value_compare
Expand Down
Loading