Changeset 25011 for issm/trunk-jpl/src/m/modules/Scotch.py
- Timestamp:
- 06/11/20 12:07:44 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/modules/Scotch.py
r24213 r25011 2 2 3 3 4 def Scotch(* 4 def Scotch(*varargin): 5 5 '''SCOTCH - Scotch partitioner 6 6 … … 9 9 ''' 10 10 # Call mex module 11 maptab = Scotch_python(* 11 maptab = Scotch_python(*varargin) 12 12 13 13 return maptab
Note:
See TracChangeset
for help on using the changeset viewer.