Skip to content

Commit

Permalink
Fix typo in ecl_grav_calc.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
matteodg authored and Andrea Brambilla committed Jun 27, 2019
1 parent b53251e commit a319377
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/include/ert/ecl/ecl_grav_calc.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
extern "C" {
#endif

#include <etr/ecl/ecl_kw.h>
#include <etr/ecl/ecl_grid.h>
#include <etr/ecl/ecl_file.h>
#include <ert/ecl/ecl_kw.h>
#include <ert/ecl/ecl_grid.h>
#include <ert/ecl/ecl_file.h>

double ecl_grav_phase_deltag( double utm_x ,
double utm_y ,
Expand Down

0 comments on commit a319377

Please sign in to comment.