Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
graphicsframework
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
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
Oliver Behnke
graphicsframework
Commits
a59cd58c
Commit
a59cd58c
authored
16 years ago
by
Oliver Bock
Browse files
Options
Downloads
Patches
Plain Diff
Minor code documentation updates
parent
fe79411b
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/orc/ResourceCompiler.h
+4
-2
4 additions, 2 deletions
src/orc/ResourceCompiler.h
src/starsphere/Starsphere.cpp
+1
-1
1 addition, 1 deletion
src/starsphere/Starsphere.cpp
src/starsphere/Starsphere.h
+1
-2
1 addition, 2 deletions
src/starsphere/Starsphere.h
with
6 additions
and
5 deletions
src/orc/ResourceCompiler.h
+
4
−
2
View file @
a59cd58c
...
@@ -38,11 +38,13 @@ using namespace std;
...
@@ -38,11 +38,13 @@ using namespace std;
* This "compiler" takes a resource specification file, opens and loads the physical
* This "compiler" takes a resource specification file, opens and loads the physical
* files and converts their contents into normal C/C++ source code. The source code
* files and converts their contents into normal C/C++ source code. The source code
* comprises three arrays which can be subsequently compiled into object code which is
* comprises three arrays which can be subsequently compiled into object code which is
* then referenced by ResourceFactory using external linkage.
* then referenced by ResourceFactory using external linkage.
\n
* \n
* \n
* %Resource specification file format:
* %Resource specification file format:
* - Simple text file (*.orc)
* - Each line describes one resource
* - Each line describes one resource
* - The descriptor has to look like this: LogicalResourceName|PhysicalResourceName
* - The descriptor has to look like this: <code>LogicalResourceName|PhysicalResourceName</code>
* - <code>PhysicalResourceName</code> is the actual file name of the resource
* - Lines starting with # are treated as comments
* - Lines starting with # are treated as comments
* - Empty lines are ignored
* - Empty lines are ignored
*
*
...
...
This diff is collapsed.
Click to expand it.
src/starsphere/Starsphere.cpp
+
1
−
1
View file @
a59cd58c
...
@@ -217,7 +217,7 @@ void Starsphere::make_constellations()
...
@@ -217,7 +217,7 @@ void Starsphere::make_constellations()
}
}
/**
/**
* Create markers on sky sphere for LLO, LHO,
and GE
O
* Create markers on sky sphere for LLO, LHO,
GEO and VIRG
O
* IFO corner positions are from Myers' personal GPS and are +/- 100m
* IFO corner positions are from Myers' personal GPS and are +/- 100m
*/
*/
...
...
This diff is collapsed.
Click to expand it.
src/starsphere/Starsphere.h
+
1
−
2
View file @
a59cd58c
...
@@ -75,8 +75,7 @@ using namespace std;
...
@@ -75,8 +75,7 @@ using namespace std;
* of this engine.
* of this engine.
*
*
* \todo The code of this implementaion is based on the former version of %Starsphere
* \todo The code of this implementaion is based on the former version of %Starsphere
* by Bruce Allen, David Hammer and Eric Myers. Due to this there's still
* and there's still some refactoring, code cleanup and documenting left to be done.
* some refactoring and code cleanup left to be done.
*
*
* \author Oliver Bock\n
* \author Oliver Bock\n
* Max-Planck-Institute for Gravitational Physics\n
* Max-Planck-Institute for Gravitational Physics\n
...
...
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