Skip to content

Commit

Permalink
minor change 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Weilei Zeng at qlab01 committed Apr 26, 2024
1 parent 30c6d96 commit e4e3f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_css_code.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ int main(int args, char ** argv){
// std::cout<<"n="<<n<<", Gx_row="<<Gx_row<<std::endl;
// for ( int Gz_row = (n-Gx_row-3>2)?n-Gx_row-3:2 ; Gz_row < n-Gx_row && Gz_row < Gx_row +3 ; Gz_row ++){ //run for k > 22
for ( int Gz_row = 1; Gz_row < n-Gx_row && Gz_row < Gx_row +3 ; Gz_row ++){ //run for k > 22
// if (Gx_row > 3 || Gz_row >3) continue;
if (Gx_row > 3 || Gz_row >3) continue;

std::cout<<"n="<<n<<", Gx_row="<<Gx_row<<", Gz_row="<<Gz_row<<std::endl;

Expand Down

0 comments on commit e4e3f0f

Please sign in to comment.