Skip to content

Commit 304f92e

Browse files
make InitializeCurlCurlBCMasks() public.
1 parent 70838ab commit 304f92e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Source/FieldSolver/ImplicitSolvers/ThetaImplicitEM.H

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,11 @@ public:
101101
return m_curl2_BC_mask[lev][field_dir].get();
102102
}
103103

104+
/**
105+
* \brief Inititialize the BC masks for the curl curl operator
106+
*/
107+
void InitializeCurlCurlBCMasks ();
108+
104109
private:
105110

106111
/**
@@ -125,11 +130,6 @@ private:
125130
*/
126131
void FinishFieldUpdate ( amrex::Real end_time );
127132

128-
/**
129-
* \brief Inititialize the BC masks for the curl curl operator
130-
*/
131-
void InitializeCurlCurlBCMasks ();
132-
133133
};
134134

135135
#endif

0 commit comments

Comments
 (0)