Commit decbcf53 authored by Radek Galabov's avatar Radek Galabov
Browse files

Radek is trying to get familiar with Git and command line. In this commit he corrected a typo.

parent 8171a948
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ if vti_folders == []:
    vti_folders = sorted(glob.glob(os.sep.join([base,'vti_[0-9]*'])))
    print('Possibly  velocity  aliased  data loaded.')
else:
    print('Velcity  anti-aliased data loaded.')
    print('Velocity  anti-aliased data loaded.')
        

magn_folder  =  [entry  for entry  in  vti_folders if  entry.endswith('_0')]