Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
revision 1.1 by edhill, Tue Aug 3 15:54:26 2004 UTC | revision 1.2 by edhill, Fri Aug 6 04:37:18 2004 UTC | |
---|---|---|
# | Line 114 for il = 1:nlay | Line 114 for il = 1:nlay |
114 | tcube(:,:,icf), p ); | tcube(:,:,icf), p ); |
115 | end | end |
116 | end | end |
117 | tmask = double(tcube ~= 0.0); | |
118 | % Fill the (ne+1)*(ne+1) grid with T values | bcube = bcube .* tmask; |
119 | bcubem1 = bcubem1 .* tmask; | |
120 | ||
121 | % Fill the (ne+1)*(ne+1) grid with B,T values | |
122 | ni = ne; nip1 = ni + 1; | ni = ne; nip1 = ni + 1; |
123 | nj = ne; njp1 = nj + 1; | nj = ne; njp1 = nj + 1; |
124 | bcubep1 = zeros( [ nip1 njp1 6 ] ); | bcubep1 = zeros( [ nip1 njp1 6 ] ); |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |