Merge branch 'master' into reorder_tof

This commit is contained in:
Atgeirr Flø Rasmussen
2012-10-08 16:16:05 +02:00

View File

@@ -863,7 +863,7 @@ namespace Opm
return;
}
// We're a producer, so we need to negate the input
double ntarget = target;
double ntarget = -target;
double distr[3] = { 0.0, 0.0, 0.0 };
const int* phase_pos = phaseUsage().phase_pos;