X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHOMARD%2FHOMARD_Cas.cxx;h=9e23c1ceede2da695f941fb7408ddc7e715444b0;hb=b417e21f963634e1162dc535e85ef6de6454997d;hp=5daf49d45de3f8efa8e7bb9f0af55530a9cae53c;hpb=8349ff968e7022dc40c017de2e4529713063ae2a;p=modules%2Fhomard.git diff --git a/src/HOMARD/HOMARD_Cas.cxx b/src/HOMARD/HOMARD_Cas.cxx index 5daf49d4..9e23c1ce 100644 --- a/src/HOMARD/HOMARD_Cas.cxx +++ b/src/HOMARD/HOMARD_Cas.cxx @@ -1,6 +1,6 @@ // HOMARD HOMARD : implementation of HOMARD idl descriptions // -// Copyright (C) 2011-2015 CEA/DEN, EDF R&D +// Copyright (C) 2011-2016 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -164,7 +164,7 @@ const int HOMARD_Cas::GetConfType() const //============================================================================= void HOMARD_Cas::SetExtType( int ExtType ) { -// VERIFICATION( (ExtType>=0) && (ExtType<=1) ); +// VERIFICATION( (ExtType>=0) && (ExtType<=2) ); _ExtType = ExtType; } //=============================================================================