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
5d0caad0
Commit
5d0caad0
authored
14 years ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
1/2 corr
parent
4e7d79ce
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
TODO
+2
-2
2 additions, 2 deletions
TODO
pub/src/file_in.cpp
+1
-1
1 addition, 1 deletion
pub/src/file_in.cpp
with
3 additions
and
3 deletions
TODO
+
2
−
2
View file @
5d0caad0
...
@@ -19,11 +19,11 @@ WISHLIST JWu
...
@@ -19,11 +19,11 @@ WISHLIST JWu
- frida.ini location via -D ?
- frida.ini location via -D ?
- restore ask callback help for lists (prompt for list, not for string)
- restore ask callback help for lists (prompt for list, not for string)
- restore help on "?"
- restore help on "?"
CHECK - calc mode: do not exit on error
- wenn oio mehrere einzelne Spektren liefert, automatisch in einen File packen
- wenn oio mehrere einzelne Spektren liefert, automatisch in einen File packen
- review definition of cauchy(,)
- review definition of cauchy(,)
- plot range 1..1 +> gnuplot error
- plot range 1..1 +> gnuplot error
- curve: restricted fit range
- curve: restricted fit range
- convolution with fits ? splines ?
- convolution with fits ? splines ?
- gd: commandos -> gnuplot (für Fanni)
CHECK
- gd: commandos -> gnuplot (für Fanni)
- convolutand must not be defined over full energy range
- convolutand must not be defined over full energy range
- private ini file to overwrite generic one
\ No newline at end of file
This diff is collapsed.
Click to expand it.
pub/src/file_in.cpp
+
1
−
1
View file @
5d0caad0
...
@@ -45,7 +45,7 @@ void NFileIn::Load(void)
...
@@ -45,7 +45,7 @@ void NFileIn::Load(void)
mystd
::
fname_divide
(
vflong
[
i
],
&
fdir
,
&
fshort
,
&
fext
);
mystd
::
fname_divide
(
vflong
[
i
],
&
fdir
,
&
fshort
,
&
fext
);
if
(
fext
==
"y08"
)
{
if
(
fext
==
"y08"
)
{
ifstream
F_inpp
(
vflong
[
i
].
c_str
());
ifstream
F_inpp
(
vflong
[
i
].
c_str
()
,
ios_base
::
in
);
Load_08
(
F_inpp
,
vflong
[
i
]
);
Load_08
(
F_inpp
,
vflong
[
i
]
);
F_inpp
.
close
();
F_inpp
.
close
();
}
else
if
(
fext
==
"a01"
)
{
}
else
if
(
fext
==
"a01"
)
{
...
...
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