Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
starfinder
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Laura Schreiber
starfinder
Commits
9ec84adc
Commit
9ec84adc
authored
1 month ago
by
Laura Schreiber
Browse files
Options
Downloads
Patches
Plain Diff
Delete delete_element.pro, deprecated
parent
f8cb2964
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
delete_element.pro
+0
-32
0 additions, 32 deletions
delete_element.pro
with
0 additions
and
32 deletions
delete_element.pro
deleted
100644 → 0
+
0
−
32
View file @
f8cb2964
;
$
Id
:
delete_element
.
pro
,
v
1.1
Mar
2012
e
.
d
.
$
;
;
+
;
NAME
:
;
DELETE_ELEMENT
;
;
PURPOSE
:
;
Delete
last
element
from
list
of
stars
.
;
;
CATEGORY
:
;
STARFINDER
auxiliary
procedures
.
;
;
CALLING
SEQUENCE
:
;
Result
=
DELETE_ELEMENT
(
List
)
;
;
INPUTS
:
;
List
:
input
list
to
trim
.
;
;
OUTPUTS
:
;
Return
trimmed
list
.
;
;
MODIFICATION
HISTORY
:
;
Written
by
:
Emiliano
Diolaiti
,
June
2001
.
;
1
)
Created
this
file
(
E
.
D
.,
March
2012
).
;
-
FUNCTION
delete_element
,
list
on_error
,
2
l
=
list
&
n
=
n_elements
(
l
)
return
,
l
[
0
:
n
-
2
]
end
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