This PR renames the variables for PipeTube and portItem classes:
Cap 🡒CapThick
PlateThick 🡒 CapThick
PlateMat 🡒 CapMat
One must be careful with this change because all these variables are set by default to zero and therefore if the system does not find the original name it uses zero without complains. Therefore I have also manually checked the models:
This renaming does not change the following MAX IV models: COSAXS, FLEXPES, MAXPEEM, SPECIES, R3RING, R1RING, and RING1
I could not check the BALDERFORMAXMICROMAX models because I could not build them.
This PR renames the variables for
PipeTube
andportItem
classes:Cap
🡒CapThick
PlateThick
🡒CapThick
PlateMat
🡒CapMat
One must be careful with this change because all these variables are set by default to zero and therefore if the system does not find the original name it uses zero without complains. Therefore I have also manually checked the models: This renaming does not change the following MAX IV models:
COSAXS
,FLEXPES
,MAXPEEM
,SPECIES
,R3RING
,R1RING
, andRING1
I could not check theBALDER
FORMAX
MICROMAX
models because I could not build them.