Changeset 1490
- Timestamp:
- 07/31/09 16:46:06 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/ismodelselfconsistent.m
r1361 r1490 215 215 if strcmp(md.analysis_type,'prognostic'), 216 216 217 %DIRICHLET VALUES 218 if isempty(md.gridondirichlet_prog) | isempty(md.dirichletvalues_prog), 219 disp(['model ' md.name ' is not well posed. Missing dirichlet values for prognostic run']); 220 bool=0;return; 221 end 222 217 223 %VELOCITIES 218 224 if (size(md.vx,1)~=md.numberofgrids | size(md.vy,1)~=md.numberofgrids),
Note:
See TracChangeset
for help on using the changeset viewer.