Häääää
This commit is contained in:
parent
7abad4075c
commit
7f947ff1d1
@ -90,8 +90,8 @@ void run_no_force(size_t integrator_index, size_t force_index,
|
|||||||
{
|
{
|
||||||
std::vector<std::pair<Compute::Type, size_t>> repeating_computes;
|
std::vector<std::pair<Compute::Type, size_t>> repeating_computes;
|
||||||
for (int i = 1; i < n_computes; ++i) {
|
for (int i = 1; i < n_computes; ++i) {
|
||||||
repeating_computes.emplace_back(Compute::Type::x, i * 1);
|
repeating_computes.emplace_back(Compute::Type::x, i * delta_compute);
|
||||||
repeating_computes.emplace_back(Compute::Type::x_squared, i * 1);
|
repeating_computes.emplace_back(Compute::Type::x_squared, i * delta_compute);
|
||||||
}
|
}
|
||||||
Calculation calc_repeat(integrator, repeating_computes, stepSize, SEED,
|
Calculation calc_repeat(integrator, repeating_computes, stepSize, SEED,
|
||||||
force, zero_Torque, 1.0);
|
force, zero_Torque, 1.0);
|
||||||
|
Loading…
Reference in New Issue
Block a user