Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cleanup includes in param and unitless files #234

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 6 additions & 1 deletion CHANGELOG.md
Expand Up @@ -10,7 +10,12 @@ This is the 4th release candidate, a *pre-beta* version.
### Changes to "Open Beta RC3"

**.param file changes:**
- n/a
- Removed unnesseary includes #234 from:
`observer.hpp`, `physicalConstants.param`, `visColorScales.param`,
`visualization.param`, `particleConfig.param`, `gasConfig.param`,
`fieldBackground.param`, `particleDefinition.param`
see the lines that should be removed in
[#234](https://github.com/ComputationalRadiationPhysics/picongpu/pull/234/files)

**New Features:**
- n/a
Expand Down
2 changes: 0 additions & 2 deletions examples/Bunch/include/simulation_defines/param/observer.hpp
Expand Up @@ -23,8 +23,6 @@

#pragma once

#include "types.h"
#include "simulation_defines.hpp"

namespace picongpu
{
Expand Down
Expand Up @@ -22,7 +22,6 @@

#pragma once

#include "simulation_defines/param/gridConfig.param"

namespace picongpu
{
Expand Down
Expand Up @@ -23,7 +23,6 @@
#ifndef COLORSCALES_HPP
#define COLORSCALES_HPP

#include "types.h"
#include "basicOperations.hpp"

namespace picongpu
Expand Down
Expand Up @@ -23,9 +23,7 @@
#pragma once

#include <cmath>
#include "simulation_defines.hpp"
#include "basicOperations.hpp"
#include "visColorScales.param"

namespace picongpu
{
Expand Down
Expand Up @@ -23,9 +23,6 @@

#pragma once

#include "types.h"
#include "simulation_defines.hpp"

namespace picongpu
{
namespace radiation_observer
Expand Down
Expand Up @@ -22,7 +22,6 @@

#pragma once

#include "simulation_defines/param/gridConfig.param"

namespace picongpu
{
Expand Down
Expand Up @@ -19,11 +19,8 @@
*/


#pragma once

#ifndef COLORSCALES_HPP
#define COLORSCALES_HPP

#include "types.h"
#include "basicOperations.hpp"

namespace picongpu
Expand Down Expand Up @@ -117,5 +114,3 @@ namespace picongpu

}
}

#endif /* COLORSCALES_HPP */
Expand Up @@ -25,8 +25,6 @@
#include <cmath>

#include "basicOperations.hpp"
#include "particleConfig.param"
#include "visColorScales.param"

namespace picongpu
{
Expand Down
Expand Up @@ -22,7 +22,6 @@

#pragma once

#include "simulation_defines/param/gasConfig.param"
#include "particles/shapes.hpp"

namespace picongpu
Expand Down
Expand Up @@ -22,8 +22,6 @@

#pragma once

#include "simulation_defines/param/gridConfig.param"

namespace picongpu
{
const double PI = 3.141592653589793238462643383279502884197169399;
Expand Down
Expand Up @@ -19,11 +19,8 @@
*/


#pragma once

#ifndef COLORSCALES_HPP
#define COLORSCALES_HPP

#include "types.h"
#include "basicOperations.hpp"

namespace picongpu
Expand Down Expand Up @@ -117,5 +114,3 @@ namespace picongpu

}
}

#endif /* COLORSCALES_HPP */
Expand Up @@ -23,9 +23,7 @@
#pragma once

#include <cmath>
#include "simulation_defines.hpp"
#include "basicOperations.hpp"
#include "visColorScales.param"

namespace picongpu
{
Expand Down
Expand Up @@ -22,7 +22,6 @@

#pragma once

#include "simulation_defines/param/gasConfig.param"
#include "particles/shapes.hpp"

namespace picongpu
Expand Down
Expand Up @@ -19,11 +19,7 @@
*/



#ifndef COLORSCALES_HPP
#define COLORSCALES_HPP

#include "types.h"
#pragma once
#include "basicOperations.hpp"

namespace picongpu
Expand Down Expand Up @@ -117,5 +113,3 @@ namespace picongpu

}
}

#endif /* COLORSCALES_HPP */
Expand Up @@ -25,7 +25,7 @@
#include <cmath>

#include "basicOperations.hpp"
#include "visColorScales.param"


namespace picongpu
{
Expand Down Expand Up @@ -83,4 +83,3 @@ DINLINE float_X preChannel3(const float3_X& field_B, const float3_X& field_E, co
}
}
}

Expand Up @@ -22,7 +22,6 @@

#pragma once

#include "simulation_defines/param/backgroundFields.param"

namespace picongpu
{
Expand Down
Expand Up @@ -22,10 +22,6 @@

#pragma once

#include "simulation_defines.hpp"


#include "simulation_defines.hpp"
#include "plugins/PluginController.hpp"
#include "initialization/InitModuleNone.hpp"
#include "OneParticleSimulation.hpp"
Expand All @@ -46,4 +42,3 @@ namespace picongpu
> SimStarter;
}
}

Expand Up @@ -23,9 +23,6 @@

#pragma once

#include "types.h"
#include "simulation_defines.hpp"

namespace picongpu
{
namespace radiation_observer
Expand Down
Expand Up @@ -22,7 +22,6 @@

#pragma once

#include "simulation_defines/param/gasConfig.param"
#include "particles/shapes.hpp"

namespace picongpu
Expand Down
Expand Up @@ -19,11 +19,8 @@
*/


#pragma once

#ifndef COLORSCALES_HPP
#define COLORSCALES_HPP

#include "types.h"
#include "basicOperations.hpp"

namespace picongpu
Expand Down Expand Up @@ -117,5 +114,3 @@ namespace picongpu

}
}

#endif /* COLORSCALES_HPP */
Expand Up @@ -25,7 +25,7 @@
#include <cmath>

#include "basicOperations.hpp"
#include "visColorScales.param"


namespace picongpu
{
Expand Down Expand Up @@ -83,4 +83,3 @@ DINLINE float_X preChannel3(const float3_X& field_B, const float3_X& field_E, co
}
}
}

Expand Up @@ -22,10 +22,6 @@

#pragma once

#include "simulation_defines.hpp"


#include "simulation_defines.hpp"
#include "plugins/PluginController.hpp"
#include "initialization/InitModuleNone.hpp"
#include "OneParticleSimulation.hpp"
Expand All @@ -46,4 +42,3 @@ namespace picongpu
> SimStarter;
}
}

Expand Up @@ -22,8 +22,6 @@

#pragma once

#include "simulation_defines/param/testExtension.param"

namespace picongpu
{
// Constant Background Fields
Expand Down
Expand Up @@ -22,7 +22,6 @@

#pragma once

#include "simulation_defines/param/gasConfig.param"
#include "particles/shapes.hpp"

namespace picongpu
Expand Down
Expand Up @@ -19,11 +19,8 @@
*/


#pragma once

#ifndef COLORSCALES_HPP
#define COLORSCALES_HPP

#include "types.h"
#include "basicOperations.hpp"

namespace picongpu
Expand Down Expand Up @@ -117,5 +114,3 @@ namespace picongpu

}
}

#endif /* COLORSCALES_HPP */
Expand Up @@ -25,7 +25,6 @@
#include <cmath>

#include "basicOperations.hpp"
#include "visColorScales.param"

namespace picongpu
{
Expand Down
Expand Up @@ -22,7 +22,6 @@

#pragma once

#include "simulation_defines/param/backgroundFields.param"

namespace picongpu
{
Expand Down
Expand Up @@ -22,10 +22,6 @@

#pragma once

#include "simulation_defines.hpp"


#include "simulation_defines.hpp"
#include "plugins/PluginController.hpp"
#include "initialization/InitModuleNone.hpp"
#include "OneParticleSimulation.hpp"
Expand Down
Expand Up @@ -22,7 +22,6 @@

#pragma once

#include "simulation_defines/param/gasConfig.param"
#include "particles/shapes.hpp"

namespace picongpu
Expand Down
Expand Up @@ -22,10 +22,6 @@

#pragma once

#include "simulation_defines.hpp"


#include "simulation_defines.hpp"
#include "plugins/PluginController.hpp"
#include "initialization/InitialiserController.hpp"
#include "ThermalTestSimulation.hpp"
Expand All @@ -47,4 +43,3 @@ namespace picongpu
> SimStarter;
}
}

Expand Up @@ -22,7 +22,6 @@

#pragma once

#include "simulation_defines/param/gasConfig.param"
#include "particles/shapes.hpp"

namespace picongpu
Expand Down
Expand Up @@ -22,7 +22,6 @@

#pragma once

#include "simulation_defines/param/gridConfig.param"

namespace picongpu
{
Expand Down
Expand Up @@ -19,11 +19,8 @@
*/


#pragma once

#ifndef COLORSCALES_HPP
#define COLORSCALES_HPP

#include "types.h"
#include "basicOperations.hpp"

namespace picongpu
Expand Down Expand Up @@ -117,5 +114,3 @@ namespace picongpu

}
}

#endif /* COLORSCALES_HPP */