Skip to content

Commit 04be86b

Browse files
committed
Added a comment to address namespace
1 parent 7743fe0 commit 04be86b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Src/Extern/openPMD-api/AMReX_ParticlesOPENPMD.H

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
#ifndef AMREX_PTL_OPENPMD_API_H
22
#define AMREX_PTL_OPENPMD_API_H
33

4+
/**
5+
* This file is included from AMReX_ParticleCounter.H
6+
* and belongs to the class ParticleContainer_impl.
7+
* The namespace amrex was already declared.
8+
*
9+
* Therefore all the definitions in this file belongs to namespace amrex
10+
*/
411

512
struct AMReX_PtlCounter
613
{

0 commit comments

Comments
 (0)