Skip to content

Commit

Permalink
Update import & export verison numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
KeithSloan committed Apr 23, 2021
1 parent ca19cb4 commit 4ef5e70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion freecad/gdml/exportGDML.py
Original file line number Diff line number Diff line change
Expand Up @@ -1976,7 +1976,7 @@ def exportGDML(first, filepath, fileExt) :

#GDMLShared.setTrace(True)
GDMLShared.trace('exportGDML')
print("====> Start GDML Export 0.1")
print("====> Start GDML Export 1.4")
print('File extension : '+fileExt)

GDMLstructure()
Expand Down
2 changes: 1 addition & 1 deletion freecad/gdml/importGDML.py
Original file line number Diff line number Diff line change
Expand Up @@ -1375,7 +1375,7 @@ def processGDML(doc,filename,prompt,initFlg):
print("Print Verbose : "+ str(GDMLShared.getTrace()))

FreeCAD.Console.PrintMessage('Import GDML file : '+filename+'\n')
FreeCAD.Console.PrintMessage('ImportGDML Version 0.4\n')
FreeCAD.Console.PrintMessage('ImportGDML Version 1.4\n')
startTime = time.perf_counter()

global pathName
Expand Down

0 comments on commit 4ef5e70

Please sign in to comment.