Skip to content

Commit 7556105

Browse files
comment typo; warning suppression
1 parent 8b86e36 commit 7556105

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

expui/FieldBasis.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,10 @@ namespace BasisClasses
166166
// Generate the orthogonal function instance
167167
//
168168
ortho = std::make_shared<OrthoFunction>
169-
(nmax-1, densfunc, rmin, rmax, rmapping, dof);
169+
(nmax-1, densfunc, rmin, rmax, rmapping, dof);
170170
// ^
171171
// |
172-
// +--- This is the polynmial order, not the rank
172+
// +--- This is the polynomial order, not the rank
173173

174174
// Initialize fieldlabels
175175
//

utils/SL/oftest.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ class gen2D
5252

5353

5454
virtual std::tuple<double, double, int, int> operator()() = 0;
55+
56+
virtual ~gen2D() = default;
5557
};
5658

5759
// Generate a 2d exponential distribution

0 commit comments

Comments
 (0)