summaryrefslogtreecommitdiff
path: root/openEMS/FDTD/extensions/operator_ext_upml.cpp
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2016-07-09 11:12:02 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2018-11-27 18:59:05 +0100
commit6744b4d48136d81438bf7c6fd107c4cc9b63891e (patch)
treec53a537188d19bc56d09cfe51dcf9a64bf96beb3 /openEMS/FDTD/extensions/operator_ext_upml.cpp
parent618fb1856dedb345f86c01d977787187ec1d4267 (diff)
Spelling fixes
Gbp-Pq: Name 0002-Spelling-fixes.patch
Diffstat (limited to 'openEMS/FDTD/extensions/operator_ext_upml.cpp')
-rw-r--r--openEMS/FDTD/extensions/operator_ext_upml.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/openEMS/FDTD/extensions/operator_ext_upml.cpp b/openEMS/FDTD/extensions/operator_ext_upml.cpp
index fc46d85..d64c21c 100644
--- a/openEMS/FDTD/extensions/operator_ext_upml.cpp
+++ b/openEMS/FDTD/extensions/operator_ext_upml.cpp
@@ -280,7 +280,7 @@ bool Operator_Ext_UPML::SetGradingFunction(string func)
int res = m_GradingFunction->Parse(m_GradFunc.c_str(), "D,dl,W,Z,N");
if (res < 0) return true;
- cerr << "Operator_Ext_UPML::SetGradingFunction: Warning, an error occured parsing the pml grading function (see below) ..." << endl;
+ cerr << "Operator_Ext_UPML::SetGradingFunction: Warning, an error occurred parsing the pml grading function (see below) ..." << endl;
cerr << func << "\n" << string(res, ' ') << "^\n" << m_GradingFunction->ErrorMsg() << "\n";
return false;
}