Sink should match source

Although it already does numerically, this make is more explicitly
clear.
This commit is contained in:
Roland Kaufmann 2013-06-28 13:40:22 +02:00
parent 544a8fc91e
commit eba9a01da7

View File

@ -127,7 +127,7 @@ int main()
/// \internal [source]
std::vector<double> src(num_cells, 0.0);
src[0] = 150.*cubic(meter)/day;
src[num_cells-1] = -150.*cubic(meter)/day;
src[num_cells-1] = -src[0];
/// \internal [source]
/// \endinternal