Salome HOME
Fix typo
authorChristophe Bourcier <christophe.bourcier@cea.fr>
Tue, 7 Mar 2023 14:17:56 +0000 (15:17 +0100)
committerChristophe Bourcier <christophe.bourcier@cea.fr>
Tue, 7 Mar 2023 14:17:56 +0000 (15:17 +0100)
src/GHS3DPRLPlugin/GHS3DPRLPlugin_GHS3DPRL.cxx

index 6b215428a04bf76a2364a5f6a9bd61e24f27afbb..3cebf85e1c436802071daac5d707a2236db0f715 100644 (file)
@@ -360,7 +360,7 @@ bool GHS3DPRLPlugin_GHS3DPRL::Compute(SMESH_Mesh&         theMesh,
       std::cout << log2 << std::endl;
       if ( log2.find("You are using an empty MPI stubs library") != std::string::npos )
       {
-        std:string msg = "You are using an empty MPI stubs library. Please build it first to be able to use mg-tetra_hpc_mpi.exe.\n";
+        std::string msg = "You are using an empty MPI stubs library. Please build it first to be able to use mg-tetra_hpc_mpi.exe.\n";
         msg += "./salome context\n";
         msg += "cd $MESHGEMSHOME/stubs\n";
         msg += "mpicc meshgems_mpi.c -DMESHGEMS_LINUX_BUILD -I../include -shared -fPIC -o $MESHGEMSHOME/lib/Linux_64/libmeshgems_mpi.so";