Ignore:
Timestamp:
11/22/19 02:48:36 (5 years ago)
Author:
bdef
Message:

CHG: syntax fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test1101.py

    r24261 r24384  
    4141    md.stressbalance.spcvy[pos] = 0.
    4242
    43 #Create MPCs to have periodic boundary conditions
     43#Create MPCs to have periodic boundary conditions this is done on matlab indexing
    4444    posx = np.where(md.mesh.x == 0.)[0]
    4545    posx2 = np.where(md.mesh.x == np.max(md.mesh.x))[0]
Note: See TracChangeset for help on using the changeset viewer.