mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 17:30:35 +05:00
Compilation on Windows platform.
This commit is contained in:
parent
3e7b8f4975
commit
df5faa3c63
@ -23,6 +23,7 @@
|
||||
// Declarations needed for usage of DriverMED
|
||||
|
||||
#include "SMDSAbs_ElementType.hxx"
|
||||
#include "SMESH_DriverMED.hxx"
|
||||
|
||||
#include <boost/shared_ptr.hpp>
|
||||
|
||||
@ -36,10 +37,10 @@ namespace DriverMED
|
||||
/*
|
||||
* Returns MED element geom type (MED::EGeometrieElement) by SMDS type
|
||||
*/
|
||||
int GetMedGeoType( SMDSAbs_EntityType smdsType );
|
||||
MESHDRIVERMED_EXPORT int GetMedGeoType( SMDSAbs_EntityType smdsType );
|
||||
|
||||
/*
|
||||
* Returns SMDS element geom type by MED type (MED::EGeometrieElement)
|
||||
*/
|
||||
SMDSAbs_EntityType GetSMDSType( int medType );
|
||||
MESHDRIVERMED_EXPORT SMDSAbs_EntityType GetSMDSType( int medType );
|
||||
}
|
||||
|
@ -80,6 +80,7 @@ SET(_link_LIBRARIES
|
||||
SMDS
|
||||
SMESHDS
|
||||
SMESHControls
|
||||
MeshDriverMED
|
||||
)
|
||||
|
||||
# --- headers ---
|
||||
|
@ -5244,6 +5244,7 @@ FaceQuadStruct::Side& FaceQuadStruct::Side::operator=(const Side& otherSide)
|
||||
oSide->contacts[iOC].other_side = this;
|
||||
}
|
||||
}
|
||||
return *this;
|
||||
}
|
||||
|
||||
//================================================================================
|
||||
@ -5290,6 +5291,7 @@ bool FaceQuadStruct::Side::Reverse(bool keepGrid)
|
||||
grid->Reverse();
|
||||
}
|
||||
}
|
||||
return (bool)grid;
|
||||
}
|
||||
|
||||
//================================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user