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
8a4d816c
Commit
8a4d816c
authored
11 years ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
(re)implement mhm
parent
1cfdd741
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pub/src/commands.cpp
+3
-3
3 additions, 3 deletions
pub/src/commands.cpp
pub/src/manip.cpp
+196
-126
196 additions, 126 deletions
pub/src/manip.cpp
with
199 additions
and
129 deletions
pub/src/commands.cpp
+
3
−
3
View file @
8a4d816c
...
...
@@ -426,7 +426,7 @@ bool fridaCommand( string cmd )
"Interpolation operations:
\n
"
" mi locate y in x' to determine y'(x'=y)
\n
"
"Histogram operations:
\n
"
" mhm bin data
AUSSER BETRIEB
\n
"
// TODO
" mhm bin data
\n
"
;
}
else
if
(
cmd
==
"m/"
)
{
...
...
@@ -484,8 +484,8 @@ bool fridaCommand( string cmd )
NEdif
::
delNumpar
();
}
else
if
(
cmd
==
"mi"
)
{
NManip
::
Interpolate
();
//
} else if (cmd == "mhm") {
//
NManip::HistoMake();
}
else
if
(
cmd
==
"mhm"
)
{
NManip
::
HistoMake
();
}
else
if
(
cmd
==
"o"
)
{
...
...
This diff is collapsed.
Click to expand it.
pub/src/manip.cpp
+
196
−
126
View file @
8a4d816c
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