We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9bb04d commit 2d0469eCopy full SHA for 2d0469e
src/solvers/internal_prolongation.hpp
@@ -212,8 +212,8 @@ class RestrictionDefault {
212
};
213
214
class RestrictionCombined {
215
-// This Restriction class is an example that is only correct for uniform
216
-// cartesian coordinates
+ // This Restriction class is an example that is only correct for uniform
+ // cartesian coordinates
217
public:
218
RestrictionCombined() = default;
219
RestrictionCombined(parthenon::ParameterInput *pin, const std::string &label) {}
0 commit comments