Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Frida
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Coenen, Joachim
Frida
Commits
d6efeecf
Commit
d6efeecf
authored
14 years ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
http://iffwww.iff.kfa-juelich.de/~wuttke/frida2
parents
7fd725c3
4c12a240
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
TODO
+1
-4
1 addition, 4 deletions
TODO
pub/CHANGELOG
+1
-0
1 addition, 0 deletions
pub/CHANGELOG
pub/src/commands.cpp
+1
-1
1 addition, 1 deletion
pub/src/commands.cpp
pub/src/mystd.cpp
+1
-1
1 addition, 1 deletion
pub/src/mystd.cpp
with
4 additions
and
6 deletions
TODO
+
1
−
4
View file @
d6efeecf
...
@@ -3,8 +3,6 @@
...
@@ -3,8 +3,6 @@
- coord name algebra
- coord name algebra
- convolutand must not be defined over full energy range
- convolutand must not be defined over full energy range
- we need kww with double precision, period.
- we need kww with double precision, period.
- check error bars in PS log graph; keep them inside frame
- \i history does not work, not even for simplest examples
== TO CHECK ==
== TO CHECK ==
...
@@ -16,10 +14,8 @@
...
@@ -16,10 +14,8 @@
== WISHLIST: TODO ==
== WISHLIST: TODO ==
- user interface
- user interface
- 'hf' add explanation (formulae)
- 'gp!' <filename> ?
- 'gp!' <filename> ?
- 'dp' output for #spec>1 is obfuscated
- 'dp' output for #spec>1 is obfuscated
- expressions should have access to file-wide parameters
- docu lines and num pars
- docu lines and num pars
- 'mfj' remove redundant doc lines
- 'mfj' remove redundant doc lines
...
@@ -55,6 +51,7 @@
...
@@ -55,6 +51,7 @@
- pipes to avoid unnecessary files
- pipes to avoid unnecessary files
- avg, int, sum in oi
- avg, int, sum in oi
oy y/[].mr{abs(x)>7}.oy{y^2}.avg[j]
- 2d plots using pm3d # was ist das ?
- 2d plots using pm3d # was ist das ?
...
...
This diff is collapsed.
Click to expand it.
pub/CHANGELOG
+
1
−
0
View file @
d6efeecf
...
@@ -34,6 +34,7 @@ Release 2.1.1a of 01oct10:
...
@@ -34,6 +34,7 @@ Release 2.1.1a of 01oct10:
- bugfixes:
- bugfixes:
- repaired 'ry' after 100511 introduction of shared_ptr
- repaired 'ry' after 100511 introduction of shared_ptr
- file and spectrum references containing i were calculated incorrectly
- file and spectrum references containing i were calculated incorrectly
- restore basic \i functionality
Release 2.1.0c of 21may10:
Release 2.1.0c of 21may10:
...
...
This diff is collapsed.
Click to expand it.
pub/src/commands.cpp
+
1
−
1
View file @
d6efeecf
...
@@ -58,7 +58,7 @@ bool fridaCommand( string cmd )
...
@@ -58,7 +58,7 @@ bool fridaCommand( string cmd )
" r raw data read in (currently only for SPHERES)
\n
"
" r raw data read in (currently only for SPHERES)
\n
"
" _ special / temporary commands
\n
"
" _ special / temporary commands
\n
"
"More help:
\n
"
"More help:
\n
"
"
\\
?
help on meta commands and macros
\n
"
"
\\
h
help on meta commands and macros
\n
"
" hf math operators and functions
\n
"
" hf math operators and functions
\n
"
;
;
...
...
This diff is collapsed.
Click to expand it.
pub/src/mystd.cpp
+
1
−
1
View file @
d6efeecf
...
@@ -495,7 +495,7 @@ void mystd::glob_file_list(
...
@@ -495,7 +495,7 @@ void mystd::glob_file_list(
string
fmain
,
fext
;
string
fmain
,
fext
;
fname_divide
(
words
[
i
],
0
,
&
fmain
,
&
fext
);
fname_divide
(
words
[
i
],
0
,
&
fmain
,
&
fext
);
extended_pattern
+=
words
[
i
];
extended_pattern
+=
words
[
i
];
if
(
fext
==
""
)
if
(
fext
==
""
&&
extension
!=
""
)
extended_pattern
+=
"."
+
extension
;
extended_pattern
+=
"."
+
extension
;
if
(
++
i
>=
words
.
size
()
)
if
(
++
i
>=
words
.
size
()
)
break
;
break
;
...
...
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