Increase iterations to 10
This commit is contained in:
parent
6661a8cbd4
commit
f296bd93a1
@ -32,9 +32,7 @@ int main(int argc, char *argv[]) {
|
|||||||
|
|
||||||
cout << setprecision(12);
|
cout << setprecision(12);
|
||||||
|
|
||||||
// loop 100 times
|
for (int t = 0; t < 10; t++) {
|
||||||
// output is currently generated by the method itself
|
|
||||||
for (int t = 0; t < 1; t++) {
|
|
||||||
diffu.simulate(field, alpha);
|
diffu.simulate(field, alpha);
|
||||||
|
|
||||||
cout << "Iteration: " << t << "\n\n";
|
cout << "Iteration: " << t << "\n\n";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user