getfem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Getfem-commits] [getfem-commits] branch master updated: Fix typos


From: Konstantinos Poulios
Subject: [Getfem-commits] [getfem-commits] branch master updated: Fix typos
Date: Thu, 23 Jun 2022 04:09:11 -0400

This is an automated email from the git hooks/post-receive script.

logari81 pushed a commit to branch master
in repository getfem.

The following commit(s) were added to refs/heads/master by this push:
     new df62d419 Fix typos
df62d419 is described below

commit df62d419e989fe639d82fda45936da9254327f82
Author: Konstantinos Poulios <logari81@gmail.com>
AuthorDate: Thu Jun 23 10:09:02 2022 +0200

    Fix typos
---
 src/getfem_generic_assembly_compile_and_exec.cc | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/getfem_generic_assembly_compile_and_exec.cc 
b/src/getfem_generic_assembly_compile_and_exec.cc
index 7b1260e5..b2f629c5 100644
--- a/src/getfem_generic_assembly_compile_and_exec.cc
+++ b/src/getfem_generic_assembly_compile_and_exec.cc
@@ -5660,7 +5660,7 @@ namespace getfem {
                         "Wrong context for elementary transformation");
             GMM_ASSERT1(&(mfo->linked_mesh()) == &(m),
                         "The finite element of variable " << pnode->name
-                        << " has to be defined on the same mesh than the "
+                        << " has to be defined on the same mesh as the "
                         << "integration method or interpolation used");
           }
           
@@ -5679,7 +5679,7 @@ namespace getfem {
             GMM_ASSERT1(&(mf->linked_mesh()) == &(m),
                         "The finite element of variable " <<
                         (is_elementary ? pnode->elementary_target : 
pnode->name)
-                        << " has to be defined on the same mesh than the "
+                        << " has to be defined on the same mesh as the "
                         << "integration method or interpolation used");
 
             // An instruction for extracting local dofs of the variable.
@@ -5949,7 +5949,7 @@ namespace getfem {
           GMM_ASSERT1(mf, "Internal error");
           GMM_ASSERT1(&(mf->linked_mesh()) == &(psd->mim().linked_mesh()),
                       "The finite element of variable " << pnode->name <<
-                      " has to be defined on the same mesh than the "
+                      " has to be defined on the same mesh as the "
                       "integration method or interpolation used on the "
                       "secondary domain");
 
@@ -6121,13 +6121,13 @@ namespace getfem {
                       "Wrong context for elementary transformation");
           GMM_ASSERT1(&(mfo->linked_mesh()) == &(m),
                       "The finite element of variable " << pnode->name
-                      << " has to be defined on the same mesh than the "
+                      << " has to be defined on the same mesh as the "
                       << "integration method or interpolation used");
         }
         
         if (mf) {
           GMM_ASSERT1(&(mf->linked_mesh()) == &(m),
-                      "The finite element of variable " << pnode->name <<
+                      "The finite element of variable " <<
                       (is_elementary ? pnode->elementary_target : pnode->name)
                       << " and the applied integration method have to be"
                       << " defined on the same mesh");



reply via email to

[Prev in Thread] Current Thread [Next in Thread]