Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
c6a1f5a2
Commit
c6a1f5a2
authored
Aug 23, 2016
by
Matthieu Schaller
Browse files
Code formatting
parent
54aa9fea
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/units.h
View file @
c6a1f5a2
...
...
@@ -35,20 +35,19 @@
struct
UnitSystem
{
/*! Conversion factor from grams to internal mass units */
double
UnitMass_in_cgs
;
double
UnitMass_in_cgs
;
/*! Conversion factor from centimeters to internal length unit */
double
UnitLength_in_cgs
;
double
UnitLength_in_cgs
;
/*! Conversion factor from seconds to internal time units */
double
UnitTime_in_cgs
;
double
UnitTime_in_cgs
;
/*! Conversion factor from Ampere to internal current units */
double
UnitCurrent_in_cgs
;
double
UnitCurrent_in_cgs
;
/*! Conversion factor from Kelvins to internal temperature units. */
double
UnitTemperature_in_cgs
;
double
UnitTemperature_in_cgs
;
};
/**
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment