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