Changeset 1705
- Timestamp:
- 08/14/09 11:51:25 (16 years ago)
- Location:
- issm/trunk/test/Verification/PigControlMethodDragS3d_23
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/Verification/PigControlMethodDragS3d_23/Pig.par
r1215 r1705 41 41 42 42 %Misc 43 md.debug= 1;43 md.debug=0; 44 44 md.plot=0; 45 45 md.eps_abs=NaN; 46 46 md.eps_rel=0.01; 47 md.eps_res=0.01; 47 48 md.connectivity=100; 48 49 -
issm/trunk/test/Verification/PigControlMethodDragS3d_23/updatearchive.m
r1231 r1705 49 49 50 50 %check package 51 %if ~(strcmpi(package,'cielo_parallel'));52 %disp(['package: ' package ' in test: ' testname ' not supported yet']);53 %continue54 %end51 if ~(strcmpi(package,'cielo_parallel')); 52 disp(['package: ' package ' in test: ' testname ' not supported yet']); 53 continue 54 end 55 55 56 56 %initialize model
Note:
See TracChangeset
for help on using the changeset viewer.