Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
suzanmanasreh committed Jul 27, 2024
1 parent 1aa3bf2 commit 7b4c8cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/cutout/cinit.F90
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ subroutine place_cell(celltype, num)
end do
d = 100.
tmp_xc = tmp_xc + sphere_center
! place rest of the cells in cylinder
! place rest of the cells in cylinder
else
tmp_xc(2) = RandomNumber(ranseed)*2*PI
tmp_xc(3) = sqrt(RandomNumber(ranseed))*(tuber)
Expand Down
4 changes: 2 additions & 2 deletions install/format.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/bash

echo "Formatting example cases and common directory in $PWD"
echo "[rbc.sh] Formatting example cases and common directory in $PWD"

pip3 install --upgrade fprettify

fprettify ./examples -r --indent 2
fprettify ./common -r --indent 2

echo "Done formatting RBC3D!"
echo "[rbc.sh] Done formatting RBC3D!"

0 comments on commit 7b4c8cc

Please sign in to comment.