Skip to content

Commit 60a959b

Browse files
author
Francesco Rizzi
authored
Merge pull request #785 from Pressio/develop
2 parents 0d2f51a + e4fbd34 commit 60a959b

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

helper_scripts/license-template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//@HEADER
33
// ************************************************************************
44
//
5-
// <file-name.hpp>
5+
// file-name.hpp
66
// Pressio
77
// Copyright 2019
88
// National Technology & Engineering Solutions of Sandia, LLC (NTESS)

include/pressio/ode/impl/ode_create_impl.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@ auto create_implicit_stepper_impl(StepScheme name,
9898
}
9999

100100
}}}
101-
#endif // PRESSIOROM_ODE_IMPL_ODE_EXPLICIT_CREATE_IMPL_HPP_
101+
#endif // PRESSIOROM_ODE_IMPL_ODE_CREATE_IMPL_HPP_

include/pressio/ode/ode_advance_fncs.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,4 +377,4 @@ advance_with_step_recovery(StepperType & stepper,
377377
}
378378

379379
}} //end namespace pressio::ode
380-
#endif // PRESSIOROM_ODE_ODE_ADVANCE_N_STEPS_HPP_
380+
#endif // PRESSIOROM_ODE_ODE_ADVANCE_FNCS_HPP_

include/pressio/ode/ode_concepts.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
//@HEADER
4747
*/
4848

49-
#ifndef PRESSIOROM_ODE_CONCEPTS_ODE_CONCEPTS_HPP_
50-
#define PRESSIOROM_ODE_CONCEPTS_ODE_CONCEPTS_HPP_
49+
#ifndef PRESSIOROM_ODE_ODE_CONCEPTS_HPP_
50+
#define PRESSIOROM_ODE_ODE_CONCEPTS_HPP_
5151

5252
#include "./ode_predicates.hpp"
5353

@@ -1175,4 +1175,4 @@ struct StepSizePolicyWithReductionScheme<
11751175
#endif
11761176

11771177
}}
1178-
#endif // PRESSIOROM_ODE_CONCEPTS_ODE_SYSTEM_HPP_
1178+
#endif // PRESSIOROM_ODE_ODE_CONCEPTS_HPP_

include/pressio/ode/ode_create_stepper.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,4 +565,4 @@ auto create_implicit_stepper(SystemLike&& system_like)
565565
}
566566

567567
}} // end namespace pressio::ode
568-
#endif // PRESSIOROM_ODE_ODE_CREATE_EXPLICIT_STEPPER_HPP_
568+
#endif // PRESSIOROM_ODE_ODE_CREATE_STEPPER_HPP_

include/pressio/ode/ode_predicates.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
//@HEADER
4747
*/
4848

49-
#ifndef PRESSIOROM_ODE_CONCEPTS_ODE_PREDICATES_HPP_
50-
#define PRESSIOROM_ODE_CONCEPTS_ODE_PREDICATES_HPP_
49+
#ifndef PRESSIOROM_ODE_ODE_PREDICATES_HPP_
50+
#define PRESSIOROM_ODE_ODE_PREDICATES_HPP_
5151

5252
#include <optional>
5353

@@ -309,4 +309,4 @@ struct has_const_discrete_residual_jacobian_method<
309309

310310

311311
}}
312-
#endif // PRESSIOROM_ODE_CONCEPTS_ODE_PREDICATES_FOR_SYSTEM_HPP_
312+
#endif // PRESSIOROM_ODE_ODE_PREDICATES_HPP_

0 commit comments

Comments
 (0)