IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 2860bbed authored by ralfulrich's avatar ralfulrich Committed by Ralf Ulrich
Browse files

removed special characters

parent 73cb07cb
No related branches found
No related tags found
1 merge request!334readthedocs and better error messages
...@@ -22,14 +22,14 @@ ...@@ -22,14 +22,14 @@
namespace phys { namespace units { namespace phys { namespace units {
/** /**
* celsius, [C]. * celsius, [C].
*/ */
template<> template<>
struct unit_info< thermodynamic_temperature_d > struct unit_info< thermodynamic_temperature_d >
{ {
static bool single() { return true; } static bool single() { return true; }
static std::string name() { return "celsius"; } static std::string name() { return "celsius"; }
static std::string symbol() { return "C"; } static std::string symbol() { return "C"; }
}; };
namespace literals { namespace literals {
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#include <sstream> #include <sstream>
/* /*
* Note: micro, , may not work everywhere, so you can define a glyph yourself: * Note: micro, may not work everywhere, so you can define a glyph yourself:
*/ */
#ifndef ENG_FORMAT_MICRO_GLYPH #ifndef ENG_FORMAT_MICRO_GLYPH
# define ENG_FORMAT_MICRO_GLYPH "u" # define ENG_FORMAT_MICRO_GLYPH "u"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment