Changeset 458
- Timestamp:
- 05/15/09 16:19:45 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/parallel/diagnostic.cpp
r434 r458 58 58 59 59 _printf_("read and create finite element model:\n"); 60 _printf_("\n reading diagnostic horiz model data:\n"); 60 61 CreateFemModel(&femmodels[0],fid,"diagnostic_horiz"); 62 _printf_("\n reading diagnostic vert model data:\n"); 61 63 CreateFemModel(&femmodels[1],fid,"diagnostic_vert"); 64 _printf_("\n reading diagnostic stokes model data:\n"); 62 65 CreateFemModel(&femmodels[2],fid,"diagnostic_stokes"); 66 _printf_("\n reading diagnostic hutter model data:\n"); 63 67 CreateFemModel(&femmodels[3],fid,"diagnostic_hutter"); 68 _printf_("\n reading surface and bed slope computation model data:\n"); 64 69 CreateFemModel(&femmodels[4],fid,"slope_compute"); 65 70
Note:
See TracChangeset
for help on using the changeset viewer.