mirror of
https://git.gfz-potsdam.de/naaice/tug.git
synced 2025-12-13 17:38:23 +01:00
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);
|
||||
|
||||
// loop 100 times
|
||||
// output is currently generated by the method itself
|
||||
for (int t = 0; t < 1; t++) {
|
||||
for (int t = 0; t < 10; t++) {
|
||||
diffu.simulate(field, alpha);
|
||||
|
||||
cout << "Iteration: " << t << "\n\n";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user