Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
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
RadioObservatory
LOFAR
Commits
c49b2a4a
Commit
c49b2a4a
authored
16 years ago
by
Martin Gels
Browse files
Options
Downloads
Patches
Plain Diff
Bug 1005: Oeps, wrong place
parent
e18098b4
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
Appl/CEP/CS1/CS1_Run/src/CS1_Sections.py
+0
-6
0 additions, 6 deletions
Appl/CEP/CS1/CS1_Run/src/CS1_Sections.py
with
0 additions
and
6 deletions
Appl/CEP/CS1/CS1_Run/src/CS1_Sections.py
+
0
−
6
View file @
c49b2a4a
...
@@ -142,12 +142,6 @@ class BGLProcSection(Section):
...
@@ -142,12 +142,6 @@ class BGLProcSection(Section):
raise
Exception
(
'
illegal number of runs
'
)
raise
Exception
(
'
illegal number of runs
'
)
Section
.
run
(
self
,
runlog
,
actualRuns
,
runCmd
)
Section
.
run
(
self
,
runlog
,
actualRuns
,
runCmd
)
class
InputSection
(
Section
):
def
__init__
(
self
,
parset
,
host
):
Section
.
__init__
(
self
,
parset
,
\
'
Appl/CEP/CS1/CS1_InputProc
'
,
\
host
=
host
,
\
buildvar
=
'
gnu_opt
'
)
class
GeneratorSection
(
Section
):
class
GeneratorSection
(
Section
):
def
__init__
(
self
,
parset
,
host
):
def
__init__
(
self
,
parset
,
host
):
Section
.
__init__
(
self
,
parset
,
\
Section
.
__init__
(
self
,
parset
,
\
...
...
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