Skip to content

Commit

Permalink
Versions 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
KeithSloan committed Jun 18, 2022
1 parent dbef5fb commit 53533bf
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 @@ -1706,7 +1706,7 @@ def exportGDML(first, filepath, fileExt):

# GDMLShared.setTrace(True)
GDMLShared.trace('exportGDML')
print("====> Start GDML Export 1.6")
print("====> Start GDML Export 1.8")
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 @@ -2287,7 +2287,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 1.5\n')
FreeCAD.Console.PrintMessage('ImportGDML Version 1.8\n')
startTime = time.perf_counter()

global pathName
Expand Down

0 comments on commit 53533bf

Please sign in to comment.