Skip to content

Commit c85d01a

Browse files
authored
Merge pull request #6868 from bangerth/protected
Remove a comment that is not actually true.
2 parents c9864ac + b1badbb commit c85d01a

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

include/aspect/simulator_access.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,6 @@ namespace aspect
166166
* Every Postprocessor is required to derive from SimulatorAccess. It is
167167
* optional for other plugins like MaterialModel, GravityModel, etc..
168168
*
169-
* Since the functions providing access to details of the simulator class
170-
* are meant to be used only by derived classes of this class (rather than
171-
* becoming part of the public interface of these classes), the functions of
172-
* this class are made @p protected.
173-
*
174169
* @ingroup Simulator
175170
*/
176171
template <int dim>

0 commit comments

Comments
 (0)