We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 076b340 commit de88544Copy full SHA for de88544
src/lib/dglib/lib/DgPhysicalRFS2D.hpp
@@ -24,7 +24,7 @@
24
25
template<class C>
26
DgPhysicalRFS2D<C>::DgPhysicalRFS2D (const DgBoundedRFS2D& rfIn, bool allocate)
27
- : DgPhysicalRF<DgResAdd<DgIVec2D>, C, DgDVec2D, long double> (rfIn),
+ : DgPhysicalRF<DgResAdd<DgIVec2D>, C, DgDVec2D, long double> (rfIn),
28
boundedRFS2D_ (rfIn)
29
{
30
int nRes = rfIn.grids().size();
0 commit comments