Changeset 9566 for trunk/anuga_core/source/anuga/tsunami_source
- Timestamp:
- Jan 31, 2015, 11:47:13 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/tsunami_source/tests/test_tsunami_okada.py
r9457 r9566 35 35 if T==0: 36 36 # Fortran output file 37 filename = path+sep+'test '+sep+'data'+sep+'fullokada_SP.txt'37 filename = path+sep+'tests'+sep+'data'+sep+'fullokada_SP.txt' 38 38 39 39 # Initial condition of earthquake for multiple source … … 51 51 elif T==1: 52 52 # Fortran output file 53 filename = path+sep+'test '+sep+'data'+sep+'fullokada_SS.txt'53 filename = path+sep+'tests'+sep+'data'+sep+'fullokada_SS.txt' 54 54 55 55 # Initial condition of earthquake for multiple source … … 69 69 70 70 # Fortran output file 71 filename = path+sep+'test '+sep+'data'+sep+'fullokada_MS.txt'71 filename = path+sep+'tests'+sep+'data'+sep+'fullokada_MS.txt' 72 72 73 73 # Initial condition of earthquake for multiple source … … 173 173 if T==0: 174 174 # Fortran output file 175 filename = path+sep+'test '+sep+'data'+sep+'fullokada_SP.txt'175 filename = path+sep+'tests'+sep+'data'+sep+'fullokada_SP.txt' 176 176 177 177 # Initial condition of earthquake for multiple source … … 189 189 elif T==1: 190 190 # Fortran output file 191 filename = path+sep+'test '+sep+'data'+sep+'fullokada_SS.txt'191 filename = path+sep+'tests'+sep+'data'+sep+'fullokada_SS.txt' 192 192 193 193 # Initial condition of earthquake for multiple source … … 207 207 208 208 # Fortran output file 209 filename = path+sep+'test '+sep+'data'+sep+'fullokada_MS.txt'209 filename = path+sep+'tests'+sep+'data'+sep+'fullokada_MS.txt' 210 210 211 211 # Initial condition of earthquake for multiple source
Note: See TracChangeset
for help on using the changeset viewer.