mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
Completed update ...ErrorIn -> ...ErrorInFunction
Avoids the clutter and maintenance effort associated with providing the function signature string.
This commit is contained in:
@ -28,12 +28,12 @@
|
||||
#+END_SRC
|
||||
so
|
||||
#+BEGIN_SRC C++
|
||||
WarningIn("className::functionName()")
|
||||
WarningInFunction
|
||||
<< "Warning message"
|
||||
#+END_SRC
|
||||
*not*
|
||||
#+BEGIN_SRC C++
|
||||
WarningIn("className::functionName()")
|
||||
WarningInFunction
|
||||
<< "Warning message"
|
||||
#+END_SRC
|
||||
|
||||
|
||||
Reference in New Issue
Block a user