Last change
on this file since 20498 was 20498, checked in by Mathieu Morlighem, 9 years ago |
CHG: done with Archive/19101-20495
|
File size:
738 bytes
|
Rev | Line | |
---|
[20498] | 1 | Index: ../trunk-jpl/src/c/analyses/L2ProjectionBaseAnalysis.cpp
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/src/c/analyses/L2ProjectionBaseAnalysis.cpp (revision 20123)
|
---|
| 4 | +++ ../trunk-jpl/src/c/analyses/L2ProjectionBaseAnalysis.cpp (revision 20124)
|
---|
| 5 | @@ -42,7 +42,7 @@
|
---|
| 6 | iomodel->FetchDataToInput(elements,SurfaceEnum);
|
---|
| 7 | iomodel->FetchDataToInput(elements,BaseEnum);
|
---|
| 8 | iomodel->FetchDataToInput(elements,MaskIceLevelsetEnum);
|
---|
| 9 | - if(iomodel->domaintype!=Domain2DhorizontalEnum){
|
---|
| 10 | + if(iomodel->domaintype!=Domain2DhorizontalEnum & iomodel->domaintype!=Domain3DsurfaceEnum){
|
---|
| 11 | iomodel->FetchDataToInput(elements,MeshVertexonbaseEnum);
|
---|
| 12 | iomodel->FetchDataToInput(elements,MeshVertexonsurfaceEnum);
|
---|
| 13 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.