Ignore:
Timestamp:
06/11/20 12:07:44 (5 years ago)
Author:
jdquinn
Message:

CHG: Partial commit of changes to Python Dakota interface; cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/modules/Scotch.py

    r24213 r25011  
    22
    33
    4 def Scotch(* varargin):
     4def Scotch(*varargin):
    55    '''SCOTCH - Scotch partitioner
    66
     
    99'''
    1010    # Call mex module
    11     maptab = Scotch_python(* varargin)
     11    maptab = Scotch_python(*varargin)
    1212
    1313    return maptab
Note: See TracChangeset for help on using the changeset viewer.