You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmake/swigJavaInclude.i
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -887,7 +887,7 @@ ${COMMENT_END}
887
887
case FRONTIERFEATURE : returnnew com.f2i_consulting.fesapi.${FESAPI_RESQML2_0_1_NS}.Resqml20_FrontierFeature(cPtr, owner);
888
888
case GENETICBOUNDARYFEATURE :
889
889
com.f2i_consulting.fesapi.${FESAPI_RESQML2_0_1_NS}.Resqml20_GeneticBoundaryFeature result = new com.f2i_consulting.fesapi.${FESAPI_RESQML2_0_1_NS}.Resqml20_GeneticBoundaryFeature(cPtr, owner);
890
-
return result.isAnHorizon() ? new com.f2i_consulting.fesapi.${FESAPI_RESQML2_0_1_NS}.Resqml20_Horizon(cPtr, owner) : result;
890
+
return!result.isPartial() && result.isAnHorizon() ? new com.f2i_consulting.fesapi.${FESAPI_RESQML2_0_1_NS}.Resqml20_Horizon(cPtr, owner) : result;
891
891
case GEOBODYFEATURE : returnnew com.f2i_consulting.fesapi.${FESAPI_RESQML2_0_1_NS}.Resqml20_GeobodyFeature(cPtr, owner);
892
892
case GEOBODYBOUNDARYINTERPRETATION : returnresqml2_instantiateGeobodyBoundaryInterpretation(cPtr, owner);
893
893
case GEOBODYINTERPRETATION : returnresqml2_instantiateGeobodyInterpretation(cPtr, owner);
0 commit comments