Skip to content

Commit

Permalink
added warning that matrix sqrt is not working yet
Browse files Browse the repository at this point in the history
  • Loading branch information
brf2 committed Mar 22, 2021
1 parent 954724c commit 69ff6f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lta_convert/lta_convert.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -821,6 +821,8 @@ static int parseNextCommand(int argc, char *argv[], Parameters & P)
}
else if (!strcmp(option, "SQRT"))
{
printf(" !!!!!!! WARNING !!!!!!!!!!\n")
printf(" !!!! MATRIX SQRT not supported yet !!!!!!!!!!\n")
do_sqrt = 1 ;
cout << "--sqrt: True " << endl;
}
Expand Down

0 comments on commit 69ff6f8

Please sign in to comment.