Skip to content

Commit

Permalink
fixed printf
Browse files Browse the repository at this point in the history
  • Loading branch information
brf2 committed Mar 22, 2021
1 parent 1248623 commit 49f773c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lta_convert/lta_convert.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -821,8 +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")
printf(" !!!!!!! WARNING !!!!!!!!!!\n");
printf(" !!!! MATRIX SQRT not supported yet !!!!!!!!!!\n");
do_sqrt = 1 ;
cout << "--sqrt: True " << endl;
}
Expand Down

0 comments on commit 49f773c

Please sign in to comment.