Skip to content
Snippets Groups Projects
Commit 8a4d816c authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

(re)implement mhm

parent 1cfdd741
No related branches found
No related tags found
No related merge requests found
......@@ -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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment