diff --git a/Cassiopee/CPlot/CPlot/Data.cpp b/Cassiopee/CPlot/CPlot/Data.cpp index cb12997e6..f2fef0b0e 100644 --- a/Cassiopee/CPlot/CPlot/Data.cpp +++ b/Cassiopee/CPlot/CPlot/Data.cpp @@ -336,7 +336,7 @@ void Data::initState() // Styles ptrState->meshStyle = 2; - ptrState->solidStyle = 1; + ptrState->solidStyle = 0; ptrState->scalarStyle = 0; ptrState->vectorStyle = 0; ptrState->vectorScale = 100.f; diff --git a/Cassiopee/XCore/XCore/AdaptMesh/Pyra.h b/Cassiopee/XCore/XCore/AdaptMesh/Pyra.h index c614f899c..e58a27a31 100644 --- a/Cassiopee/XCore/XCore/AdaptMesh/Pyra.h +++ b/Cassiopee/XCore/XCore/AdaptMesh/Pyra.h @@ -1,3 +1,21 @@ +/* + Copyright 2013-2024 Onera. + + This file is part of Cassiopee. + + Cassiopee is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + Cassiopee is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with Cassiopee. If not, see . +*/ #pragma once #include "common/common.h" diff --git a/Cassiopee/XCore/XCore/AdaptMesh/Q6.cpp b/Cassiopee/XCore/XCore/AdaptMesh/Q6.cpp index 87aef2d23..0f2b3a7fc 100644 --- a/Cassiopee/XCore/XCore/AdaptMesh/Q6.cpp +++ b/Cassiopee/XCore/XCore/AdaptMesh/Q6.cpp @@ -1,3 +1,21 @@ +/* + Copyright 2013-2024 Onera. + + This file is part of Cassiopee. + + Cassiopee is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + Cassiopee is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with Cassiopee. If not, see . +*/ #include "Quad.h" int Q6_refine(Int quad, Mesh *M) diff --git a/Cassiopee/XCore/XCore/AdaptMesh/Q9.cpp b/Cassiopee/XCore/XCore/AdaptMesh/Q9.cpp index 751f89148..70ccafdfa 100644 --- a/Cassiopee/XCore/XCore/AdaptMesh/Q9.cpp +++ b/Cassiopee/XCore/XCore/AdaptMesh/Q9.cpp @@ -1,3 +1,21 @@ +/* + Copyright 2013-2024 Onera. + + This file is part of Cassiopee. + + Cassiopee is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + Cassiopee is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with Cassiopee. If not, see . +*/ #include "Quad.h" int Q9_refine(Int quad, Mesh *M) diff --git a/Cassiopee/XCore/XCore/AdaptMesh/Quad.h b/Cassiopee/XCore/XCore/AdaptMesh/Quad.h index 7650b9608..d3453f9d9 100644 --- a/Cassiopee/XCore/XCore/AdaptMesh/Quad.h +++ b/Cassiopee/XCore/XCore/AdaptMesh/Quad.h @@ -1,3 +1,21 @@ +/* + Copyright 2013-2024 Onera. + + This file is part of Cassiopee. + + Cassiopee is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + Cassiopee is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with Cassiopee. If not, see . +*/ #pragma once #include "common/common.h" diff --git a/Cassiopee/XCore/XCore/AdaptMesh/Tetra.cpp b/Cassiopee/XCore/XCore/AdaptMesh/Tetra.cpp index e9f1da270..7f6961dae 100644 --- a/Cassiopee/XCore/XCore/AdaptMesh/Tetra.cpp +++ b/Cassiopee/XCore/XCore/AdaptMesh/Tetra.cpp @@ -1,3 +1,21 @@ +/* + Copyright 2013-2024 Onera. + + This file is part of Cassiopee. + + Cassiopee is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + Cassiopee is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with Cassiopee. If not, see . +*/ #include "Tetra.h" const Int normalIn_T[4] = {1, 0, 1, 0}; diff --git a/Cassiopee/XCore/XCore/AdaptMesh/Tetra.h b/Cassiopee/XCore/XCore/AdaptMesh/Tetra.h index 20ecae52a..bed80576a 100644 --- a/Cassiopee/XCore/XCore/AdaptMesh/Tetra.h +++ b/Cassiopee/XCore/XCore/AdaptMesh/Tetra.h @@ -1,3 +1,21 @@ +/* + Copyright 2013-2024 Onera. + + This file is part of Cassiopee. + + Cassiopee is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + Cassiopee is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with Cassiopee. If not, see . +*/ #pragma once #include "common/common.h" diff --git a/Cassiopee/XCore/XCore/AdaptMesh/Tri.cpp b/Cassiopee/XCore/XCore/AdaptMesh/Tri.cpp index 3b8793bf0..2dc5a8852 100644 --- a/Cassiopee/XCore/XCore/AdaptMesh/Tri.cpp +++ b/Cassiopee/XCore/XCore/AdaptMesh/Tri.cpp @@ -1,3 +1,21 @@ +/* + Copyright 2013-2024 Onera. + + This file is part of Cassiopee. + + Cassiopee is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + Cassiopee is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with Cassiopee. If not, see . +*/ #include "Tri.h" void refine_tri(Int tri, Mesh *M) diff --git a/Cassiopee/XCore/XCore/AdaptMesh/Tri.h b/Cassiopee/XCore/XCore/AdaptMesh/Tri.h index 165f986e7..a94ba3218 100644 --- a/Cassiopee/XCore/XCore/AdaptMesh/Tri.h +++ b/Cassiopee/XCore/XCore/AdaptMesh/Tri.h @@ -1,3 +1,21 @@ +/* + Copyright 2013-2024 Onera. + + This file is part of Cassiopee. + + Cassiopee is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + Cassiopee is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with Cassiopee. If not, see . +*/ #pragma once #include "common/common.h"