X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Ftut%2Faddfields%2Foperations.py;h=0872cf0deb5eaa2b94072b2ffadbfeeb3684d902;hb=f47c24964db12066d6bf78edda8b1aca5e2ab038;hp=de5ac14ccc59084a5d858c426cb948ad8e757962;hpb=8a6b78bbaf919ab483b878b38e5cdcfbdbeb09de;p=modules%2Fmed.git diff --git a/doc/tut/addfields/operations.py b/doc/tut/addfields/operations.py index de5ac14cc..0872cf0de 100644 --- a/doc/tut/addfields/operations.py +++ b/doc/tut/addfields/operations.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (C) 2012-2016 CEA/DEN, EDF R&D +# Copyright (C) 2012-2020 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 @@ -73,7 +73,7 @@ p4.setMesh(mesh) result = p3+p4 result.setName("p3+p4") -# We can finally save the result together with the operandes fields +# We can finally save the result together with the operands fields outfilename = "addition.med" MEDLoader.WriteField(outfilename,result,True) MEDLoader.WriteField(outfilename,p3,False)