Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SWIFTsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository 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
SWIFT
SWIFTsim
Commits
c6a1f5a2
"README.md" did not exist on "dde8809ab981e33baa03b6fc106d72518d0bc6f0"
Commit
c6a1f5a2
authored
8 years ago
by
Matthieu Schaller
Browse files
Options
Downloads
Patches
Plain Diff
Code formatting
parent
54aa9fea
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/units.h
+5
-6
5 additions, 6 deletions
src/units.h
with
5 additions
and
6 deletions
src/units.h
+
5
−
6
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
;
};
/**
...
...
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