Changeset 24225


Ignore:
Timestamp:
10/14/19 23:50:06 (5 years ago)
Author:
bdef
Message:

Fixing some more extraneous spaces

Location:
issm/trunk-jpl/scripts
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/scripts/BinRead.py

    r24212 r24225  
    1 #! / usr / bin / env python
     1#!/usr/bin/env python
    22import numpy as np
    33from os import environ, path
     
    202202
    203203    parser = ArgumentParser(description='BinRead - function to read binary input file.')
    204     parser.add_argument(' -f', ' --filin', help='name of binary input file', default='')
    205     parser.add_argument(' -o', ' --filout', help='optional name of text output file', default='')
    206     parser.add_argument(' -v', ' --verbose', help='optional level of output', default=0)
     204    parser.add_argument('-f', '--filin', help='name of binary input file', default='')
     205    parser.add_argument('-o', '--filout', help='optional name of text output file', default='')
     206    parser.add_argument('-v', '--verbose', help='optional level of output', default=0)
    207207    args = parser.parse_args()
    208208
  • issm/trunk-jpl/scripts/DownloadExternalPackage.py

    r24212 r24225  
    1 #! / usr / bin / env python
    2 # - * - coding: ISO - 8859 - 1 - * -
     1#!/usr/bin/env python
     2# -*- coding: ISO-8859-1 -*-
    33
    44import os
  • issm/trunk-jpl/scripts/cloc2html.py

    r24212 r24225  
    1 #! / usr / bin / env python
    2 # - * - coding: ISO - 8859 - 1 - * -
    3 #inspired from http: / / qwiki.stanford.edu / images / d / df / Latex2qwiki.txt
     1#!/usr/bin/ env python
     2# -*- coding: ISO-8859-1 -*-
     3#inspired from http://qwiki.stanford.edu/images/d/df/Latex2qwiki.txt
    44import re
    55import os
  • issm/trunk-jpl/scripts/convertmatlabclasses.py

    r24212 r24225  
    1 #! / usr / bin / env python
    2 # - * - coding: ISO - 8859 - 1 - * -
     1#!/usr/bin/env python
     2# -*- coding: ISO-8859-1 -*-
    33import sys
    44import re
  • issm/trunk-jpl/scripts/mToPy.py

    r24212 r24225  
    1 #! / usr / bin / env python
     1#!/usr/bin/env python
    22import sys
    33import os
Note: See TracChangeset for help on using the changeset viewer.