fix compile for lbpm_random_pp
This commit is contained in:
parent
83f536cb9a
commit
74457733e8
@ -159,7 +159,7 @@ int main(int argc, char **argv)
|
|||||||
int Ny = ny;
|
int Ny = ny;
|
||||||
int Nz = nz;
|
int Nz = nz;
|
||||||
float sat = 0.f;
|
float sat = 0.f;
|
||||||
Number = 0; // number of features
|
int Number = 0; // number of features
|
||||||
while (sat < Saturation){
|
while (sat < Saturation){
|
||||||
if (rank==0){
|
if (rank==0){
|
||||||
Number++;
|
Number++;
|
||||||
|
Loading…
Reference in New Issue
Block a user