Skip to content

Commit de88544

Browse files
committed
spaces
1 parent 076b340 commit de88544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/dglib/lib/DgPhysicalRFS2D.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
template<class C>
2626
DgPhysicalRFS2D<C>::DgPhysicalRFS2D (const DgBoundedRFS2D& rfIn, bool allocate)
27-
: DgPhysicalRF<DgResAdd<DgIVec2D>, C, DgDVec2D, long double> (rfIn),
27+
: DgPhysicalRF<DgResAdd<DgIVec2D>, C, DgDVec2D, long double> (rfIn),
2828
boundedRFS2D_ (rfIn)
2929
{
3030
int nRes = rfIn.grids().size();

0 commit comments

Comments
 (0)