Skip to content
Snippets Groups Projects
Commit 06b23c3b authored by Christian Beckmann's avatar Christian Beckmann
Browse files

*** empty log message ***

parent de99cec1
No related branches found
No related tags found
No related merge requests found
...@@ -319,6 +319,7 @@ namespace Melodic{ ...@@ -319,6 +319,7 @@ namespace Melodic{
newDWM=(tmp2*newDWM); newDWM=(tmp2*newDWM);
newWM=(newWM * tmp1); newWM=(newWM * tmp1);
} }
}
DWM.push_back(newDWM); DWM.push_back(newDWM);
WM.push_back(newWM); WM.push_back(newWM);
tmpData = newWM * tmpData; tmpData = newWM * tmpData;
......
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