Commit Graph

13 Commits

Author SHA1 Message Date
Joakim Hove
9a1a1e2f00 Removed EclipseGrid dependency from CompletionSet. 2016-09-12 21:42:34 +02:00
Jørgen Kvalsvik
f404828d63 Cleans up headers to improve build preformance
This is an effort to improve build performance.  Several includes
scattered across the project are either unused or partially used (i.e.
just used to import a type name, not depending on the actual contents of
the header file).

Replaces a lot of these includes with forward declarations.
2016-01-21 09:22:06 +01:00
Kai Bao
33302f6edb moving the multi-segment related to MSW directory. 2015-11-12 12:28:08 +01:00
Kai Bao
97d969839f adding getFromIJK() for CompletionSet 2015-11-12 12:28:08 +01:00
Atgeirr Flø Rasmussen
44f16496d3 Removed surplus docs. 2015-01-28 09:09:30 +01:00
Atgeirr Flø Rasmussen
26fe9cf9b3 Removed const from value-type function arguments. 2015-01-28 09:04:41 +01:00
Atgeirr Flø Rasmussen
bdcb1f5243 Add assert() to findClosestCompletion() method. 2015-01-28 08:08:32 +01:00
Atgeirr Flø Rasmussen
345337cb2a Add method orderCompletions() to CompletionSet. 2015-01-26 16:39:32 +01:00
chflo
4d7213651c OPM 147: WELOPEN: Shut well if all completions are closed; throw exception if trying to open a well with all completions shut 2015-01-16 18:05:49 +01:00
Andreas Lauser
ea38a25af4 remove all trailing white space
this is just the result of

```
find -iname "*.[ch]pp" | xargs sed -i "s/ *$//"
find opm/parser/share/keywords -type f |  xargs sed -i "s/ *$//"
```

so if it causes conflicts with other patches, the others should get
priority. The rationale behind this patch is that some people tell
their editor to remove white space which leads to larger than
necessary patches...
2014-12-08 16:34:28 +01:00
Joakim Hove
ad3d3adf21 ADded const qualifier to shallowCopy() method 2013-11-11 10:29:37 +01:00
Joakim Hove
011919ef0c Shallow copy now does new to create a heap instance; which should be wrapped by a smart pointer 2013-11-11 10:29:37 +01:00
Joakim Hove
88457973aa Added CompletionSet 2013-11-11 10:29:37 +01:00