mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Purge unused variable in tutorial 4
This commit is contained in:
parent
d2e4052fab
commit
0be19840e3
@ -137,7 +137,6 @@ int main ()
|
|||||||
/// \snippet tutorial4.cpp Gravity
|
/// \snippet tutorial4.cpp Gravity
|
||||||
/// \internal[Gravity]
|
/// \internal[Gravity]
|
||||||
const double *grav = 0;
|
const double *grav = 0;
|
||||||
std::vector<double> omega;
|
|
||||||
/// \internal[Gravity]
|
/// \internal[Gravity]
|
||||||
/// \endinternal
|
/// \endinternal
|
||||||
|
|
||||||
@ -298,14 +297,13 @@ int main ()
|
|||||||
/// \endinternal
|
/// \endinternal
|
||||||
|
|
||||||
/// \page tutorial4
|
/// \page tutorial4
|
||||||
/// \details Now we create the C struct to hold our wells (this is to interface with the solver code). For now we
|
/// \details Now we create the C struct to hold our wells (this is to interface with the solver code).
|
||||||
/// \snippet tutorial4.cpp well struct
|
/// \snippet tutorial4.cpp well struct
|
||||||
/// \internal[well struct]
|
/// \internal[well struct]
|
||||||
Wells* wells = create_wells(num_phases, num_wells, num_wells /*number of perforations. We'll only have one perforation per well*/);
|
Wells* wells = create_wells(num_phases, num_wells, num_wells /*number of perforations. We'll only have one perforation per well*/);
|
||||||
/// \internal[well struct]
|
/// \internal[well struct]
|
||||||
/// \endinternal
|
/// \endinternal
|
||||||
|
|
||||||
///
|
|
||||||
|
|
||||||
/// \page tutorial4
|
/// \page tutorial4
|
||||||
/// \details We need to add each well to the C API.
|
/// \details We need to add each well to the C API.
|
||||||
|
Loading…
Reference in New Issue
Block a user