Resolves an issue where two structrs were forward declared as classes.
This commit is contained in:
parent
47ff1fc297
commit
5736111cf5
@ -34,7 +34,7 @@
|
||||
namespace Opm {
|
||||
|
||||
namespace RestartIO {
|
||||
class RstConnection;
|
||||
struct RstConnection;
|
||||
}
|
||||
|
||||
class DeckKeyword;
|
||||
|
@ -50,7 +50,7 @@ class UDQActive;
|
||||
class UDQConfig;
|
||||
|
||||
namespace RestartIO {
|
||||
class RstWell;
|
||||
struct RstWell;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user