IAP GITLAB
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
corsika
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Air Shower Physics
corsika
Commits
2860bbed
Commit
2860bbed
authored
3 years ago
by
ralfulrich
Committed by
Ralf Ulrich
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
removed special characters
parent
73cb07cb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!334
readthedocs and better error messages
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
corsika/framework/units/quantity_io_celsius.hpp
+2
-2
2 additions, 2 deletions
corsika/framework/units/quantity_io_celsius.hpp
corsika/framework/units/quantity_io_engineering.hpp
+1
-1
1 addition, 1 deletion
corsika/framework/units/quantity_io_engineering.hpp
with
3 additions
and
3 deletions
corsika/framework/units/quantity_io_celsius.hpp
+
2
−
2
View file @
2860bbed
...
@@ -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
{
...
...
This diff is collapsed.
Click to expand it.
corsika/framework/units/quantity_io_engineering.hpp
+
1
−
1
View file @
2860bbed
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment