Skip to content

Commit 3357851

Browse files
author
Othman Abujazar
committed
change the name of a pro file
1 parent a6e2c54 commit 3357851

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ docs/_templates/
4343

4444
# FEMMT: generated files
4545
femmt/electro_magnetic/Parameter.pro
46-
femmt/electro_magnetic/ElectrostaticParameter.pro
46+
femmt/electro_magnetic/Electrostatic_Parameter.pro
4747
femmt/electro_magnetic/postquantities.pro
4848
femmt/electro_magnetic/Strands_Coefficients/PreParameter.pro
4949
femmt/electro_magnetic/core_materials_temp.pro

femmt/component.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3598,11 +3598,11 @@ def write_electro_magnetic_parameter_pro(self):
35983598

35993599
def write_electro_static_parameter_pro(self):
36003600
"""
3601-
Write the needed parameters to the "ElectrostaticParameter.pro" file.
3601+
Write the needed parameters to the "Electrostatic_Parameter.pro" file.
36023602
36033603
This file is generated by python and is read by gmsh to hand over some parameters.
36043604
"""
3605-
text_file = open(os.path.join(self.file_data.electro_magnetic_folder_path, "ElectrostaticParameter.pro"), "w")
3605+
text_file = open(os.path.join(self.file_data.electro_magnetic_folder_path, "Electrostatic_Parameter.pro"), "w")
36063606

36073607
# component types
36083608
if self.component_type == ComponentType.Inductor:

femmt/electro_magnetic/ind_axi_python_controlled_electrostatic.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ----------------------
2-
Include "ElectrostaticParameter.pro";
2+
Include "Electrostatic_Parameter.pro";
33
Include "postquantities.pro";
44
// All Variables - remove or create in python
55
// ----------------------

0 commit comments

Comments
 (0)