Skip to content

Commit

Permalink
minor update 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Weilei Zeng at qlab01 committed Apr 26, 2024
1 parent 75b6c19 commit d29864f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions verification.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ int main(int args, char ** argv){
code_count++;
if (code_count % 1000 == 0){
//printing on nodes are very slow
printf("%i/%i codes counted, %i mistakes.\n",code_count,code_total, code_mistake);
printf("%i/%i codes counted, %i mistakes. ",code_count,code_total, code_mistake);
std::cout<<"Gx density:"<<rho_x_total /n_Gx_total
<<",\tGz density:"<<rho_z_total /n_Gz_total
<<std::endl;
Expand Down Expand Up @@ -173,8 +173,8 @@ int main(int args, char ** argv){
}// if (file.is_open())

std::cout<<"Gx density:"<<rho_x_total /n_Gx_total
<<",\tGz density:"<<rho_z_total /n_Gz_total;
// <<std::endl;
<<",\tGz density:"<<rho_z_total /n_Gz_total
<<std::endl;
std::cout<<code_count<<" codes checked, "
<<code_mistake<<" mistakes found"<<std::endl;
return 0;
Expand Down

0 comments on commit d29864f

Please sign in to comment.