Skip to content
Snippets Groups Projects
Commit d40e1cf9 authored by Jochen Meyer's avatar Jochen Meyer Committed by Graeme Stewart
Browse files

adjustment for mm_Tech (MuonAGDDDescription-00-00-09)

	* Tagging MuonAGDDDescription-00-00-09
	* adjustment for renaming of mm_Tech attributes in XML


Former-commit-id: ddaccb96
parent 347a53ec
No related branches found
No related tags found
No related merge requests found
......@@ -17,17 +17,16 @@ public:
int nlayers;
double gasThickness;
double pcbThickness;
double f1Thickness;
double f2Thickness;
double f3Thickness;
double roThickness;
double f1Thickness;
double f2Thickness;
double f3Thickness;
int geoLevel;
// inner structure parameters (to be defined)
// constructor
inline MM_Technology(std::string s);
inline double Thickness() ;
......@@ -35,7 +34,7 @@ public:
MM_Technology::MM_Technology(std::string s): AGDDTechnology(s),
thickness(0.), nlayers(0), gasThickness(0.), pcbThickness(0.),
f1Thickness(0.), f2Thickness(0.), f3Thickness(0.),
roThickness(0), f1Thickness(0.), f2Thickness(0.), f3Thickness(0.),
geoLevel(0)
{
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment