Skip to content
Snippets Groups Projects
Commit 85d04f36 authored by Tim Behrens's avatar Tim Behrens
Browse files

*** empty log message ***

parent 11933b6f
No related branches found
No related tags found
No related merge requests found
......@@ -1555,7 +1555,7 @@ void element_mod_n(Matrix& Mat,double n)
double tmp;
for( int j=1;j<=Mat.Ncols();j++){
for( int i=1;j<=Mat.Nrows();i++){
for( int i=1;i<=Mat.Nrows();i++){
if( !( (Mat(i,j)>0) && (Mat(i,j)<n) ) ){
tmp = ( Mat(i,j) - MISCMATHS::round(Mat(i,j)/n)*n );
......
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