Bubble initialization order was switched in lbpm_captube
This commit is contained in:
parent
a0985d2bed
commit
a5d5396524
@ -42,8 +42,8 @@ int main(int argc, char **argv)
|
|||||||
int BubbleTop,BubbleBottom;
|
int BubbleTop,BubbleBottom;
|
||||||
TubeRadius=strtod(argv[1],NULL);
|
TubeRadius=strtod(argv[1],NULL);
|
||||||
BC=atoi(argv[2]);
|
BC=atoi(argv[2]);
|
||||||
BubbleTop = atoi(argv[3]);
|
BubbleBottom = atoi(argv[3]);
|
||||||
BubbleBottom = atoi(argv[4]);
|
BubbleTop = atoi(argv[4]);
|
||||||
|
|
||||||
if (rank == 0){
|
if (rank == 0){
|
||||||
printf("********************************************************\n");
|
printf("********************************************************\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user