FEM: Misc. comment typo

This commit is contained in:
luz.paz
2018-01-30 17:27:08 -05:00
committed by wmayer
parent 227a25a686
commit 7fbd5b286a

View File

@@ -93,7 +93,7 @@ def importVTK(filename, analysis=None, result_name_prefix=None):
if analysis:
analysis_object.addObject(result_obj)
''' seams not used at the moment
''' seems unused at the moment
filenamebase = '.'.join(filename.split('.')[:-1]) # pattern: filebase_timestamp.vtk
ts = filenamebase.split('_')[-1]
try: