Atgeirr Flø Rasmussen
|
8f8a925f5a
|
Updated for changed paths.
|
2011-12-12 11:29:14 +01:00 |
|
Atgeirr Flø Rasmussen
|
23a61cb167
|
Changed code to use new include path: <opm/core/...>
|
2011-12-12 11:28:09 +01:00 |
|
Atgeirr Flø Rasmussen
|
4655108f98
|
Moved code from opmcore/ to opm/core/
|
2011-12-12 11:13:54 +01:00 |
|
Atgeirr Flø Rasmussen
|
14dad62014
|
Moved umfpack-dependent programs into conditional block.
|
2011-12-12 10:30:40 +01:00 |
|
Atgeirr Flø Rasmussen
|
0e84c3de31
|
Replaces std::array with std::tr1::array for improved compatibility (not requiring c++11).
|
2011-12-12 10:29:40 +01:00 |
|
Bård Skaflestad
|
108fcfc11b
|
Build UMFPACK support only if UMFPACK is available.
|
2011-12-09 16:32:53 +01:00 |
|
Atgeirr Flø Rasmussen
|
3e1360b570
|
Made configuration work with autoconf 2.62 and automake 1.11.1.
|
2011-12-09 16:11:30 +01:00 |
|
Bård Skaflestad
|
608dfd0a6e
|
Synchronize OPMTransport contributions to cset 8560840f78bc .
|
2011-12-08 21:49:24 +01:00 |
|
Bård Skaflestad
|
7272463400
|
Synchronize OPMPressure contributions to cset d8dd1c45b598 .
|
2011-12-08 21:47:36 +01:00 |
|
Bård Skaflestad
|
62dcd1ddd2
|
Merge from upstream.
|
2011-12-08 21:42:22 +01:00 |
|
Bård Skaflestad
|
1a74e95ba5
|
Merge from upstream.
|
2011-12-08 21:41:19 +01:00 |
|
Bård Skaflestad
|
a1c3f22dc4
|
Don't use initializers that aren't computable at load time.
Remaining C90 incompatibility in this module: Missing floating-point
classification macros isnan() and isinf() (requires C99 or POSIX.1).
|
2011-12-08 17:14:48 +01:00 |
|
Bård Skaflestad
|
95c5712df6
|
Conform to C90 standard: Don't mix declaration and code.
|
2011-12-08 17:11:13 +01:00 |
|
Bård Skaflestad
|
062760a958
|
Don't needlessly discard qualifiers in pointer conversions.
|
2011-12-08 17:06:46 +01:00 |
|
Bård Skaflestad
|
0ec6174507
|
Conform to C90 standard: Don't mix declarations and code.
|
2011-12-08 17:04:08 +01:00 |
|
Bård Skaflestad
|
949326b549
|
Conform (mostly) to C90 standard: Don't mix declarations and code.
Remaining non-conformance are the isinf() and isnan() functions which
are not available in C90 mode.
|
2011-12-08 17:01:49 +01:00 |
|
Bård Skaflestad
|
70104f5aa8
|
Staticise 'compute_porevolume()' to avoid warning about missing prior declaration.
|
2011-12-08 16:41:27 +01:00 |
|
Bård Skaflestad
|
7bda6e5d53
|
Conform to C90 standard (don't mix declaration and code).
|
2011-12-08 16:40:43 +01:00 |
|
Bård Skaflestad
|
ad7c16cb61
|
Set initial 'facepos' member lest the contents be undefined.
Detected by: valgrind.
|
2011-12-08 16:31:47 +01:00 |
|
Bård Skaflestad
|
7fe3ac8e81
|
Conform to C90 standard (don't mix declaration and code).
|
2011-12-08 16:30:43 +01:00 |
|
Bård Skaflestad
|
600a22e5b0
|
Staticise internal function to avoid warnings about missing prior prototype.
|
2011-12-08 16:25:00 +01:00 |
|
Bård Skaflestad
|
74b8fe759a
|
Reference headers using canonical (installed) paths.
|
2011-12-08 16:18:33 +01:00 |
|
Bård Skaflestad
|
953507907e
|
Update include paths and link to OPM core library.
|
2011-12-08 16:17:13 +01:00 |
|
Bård Skaflestad
|
2c11056604
|
Don't build 'test_cfs_tpfa' unless UMFPACK is available.
|
2011-12-08 16:15:39 +01:00 |
|
Bård Skaflestad
|
7c00d2e144
|
Add preliminary detection of UMFPACK library (and headers).
|
2011-12-08 16:15:14 +01:00 |
|
Bård Skaflestad
|
0d17659040
|
Remove blank lines at EOF
|
2011-12-08 15:08:54 +01:00 |
|
Bård Skaflestad
|
e4fa3dbc4f
|
Catch up to changing location of 'scaneclipsedeck' example.
While here, remove MEX related grid processing from core library.
|
2011-12-08 15:08:04 +01:00 |
|
Bård Skaflestad
|
5248a6f51f
|
Move 'scaneclipsedeck' to example programs.
|
2011-12-08 15:06:23 +01:00 |
|
Bård Skaflestad
|
66b82865d4
|
Complete cset ad3d926031e7.
|
2011-12-08 14:49:09 +01:00 |
|
Bård Skaflestad
|
465f23ac7a
|
Add build system, move tests to tests/
|
2011-12-08 14:48:40 +01:00 |
|
Bård Skaflestad
|
16780b8312
|
Remove remnants of previous Autotools build system.
|
2011-12-08 13:58:10 +01:00 |
|
Bård Skaflestad
|
ec3586697f
|
Incorporate OPMTransport into OPM core library directory structure.
|
2011-12-08 13:48:16 +01:00 |
|
Bård Skaflestad
|
9a6f932cb2
|
Import OPMTransport into OPM core libraries.
|
2011-12-08 13:35:54 +01:00 |
|
Bård Skaflestad
|
7e6107e55d
|
Remove OPMPressure's Autotools build system.
|
2011-12-08 12:54:39 +01:00 |
|
Bård Skaflestad
|
53f816df80
|
Move opmpressure/src into core library directory structure.
|
2011-12-08 12:52:57 +01:00 |
|
Bård Skaflestad
|
240f99c836
|
Merge OPMPressure into OPM core library. Unmodified.
|
2011-12-08 12:25:56 +01:00 |
|
Bård Skaflestad
|
efaec4bca0
|
Remove a bit of additional Mercurial infrastructure.
|
2011-12-08 12:25:17 +01:00 |
|
Bård Skaflestad
|
04729aed5b
|
Remove Autotools build system. Will be ressurected at a later time.
|
2011-12-08 12:21:57 +01:00 |
|
Bård Skaflestad
|
a8697fa258
|
Add directory structure to opm-core library.
|
2011-12-08 12:21:29 +01:00 |
|
Bård Skaflestad
|
d46e6076d3
|
Remove MEX support.
|
2011-12-08 12:15:52 +01:00 |
|
Bård Skaflestad
|
a4c459a41f
|
Remove a few facilities that are not needed in new repo.
|
2011-12-08 12:10:41 +01:00 |
|
Bård Skaflestad
|
40dc82d80a
|
Merge from upstream.
|
2011-12-07 23:04:40 +01:00 |
|
Bård Skaflestad
|
85791da2df
|
Merge from upstream.
|
2011-12-07 19:02:47 +01:00 |
|
Atgeirr Flø Rasmussen
|
52b2108634
|
Warning suppression.
|
2011-12-07 15:53:13 +01:00 |
|
Atgeirr Flø Rasmussen
|
8a6f3e6921
|
Removed unused variable.
|
2011-12-07 15:33:27 +01:00 |
|
Bård Skaflestad
|
fbb1046086
|
Merge from upstream.
|
2011-12-05 21:31:40 +01:00 |
|
Bård Skaflestad
|
e66dc789f3
|
Merge from upstream.
|
2011-12-05 19:30:30 +01:00 |
|
Bård Skaflestad
|
95ebbb3899
|
changeset: 451:4120bd6d7e8f
tag: tip
user: Andreas Lauser <andreas.lauser@iws.uni-stuttgart.de>
date: Mon Dec 05 19:07:44 2011 +0100
summary: fix compile
|
2011-12-05 19:22:20 +01:00 |
|
Bård Skaflestad
|
15f3989dbf
|
Acknowledge original author.
While here, remove two functions that are no longer needed.
|
2011-12-04 16:21:24 +01:00 |
|
Bård Skaflestad
|
460415766a
|
Merge from upstream.
|
2011-12-02 23:43:31 +01:00 |
|