Commit Graph

734 Commits

Author SHA1 Message Date
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
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
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
9d176f1379 Fix warnings. 2011-12-02 23:29:17 +01:00
Bård Skaflestad
697390d3a6 Staticise the 'read_grid()' function to avoid warning about missing prototype. 2011-12-02 23:27:52 +01:00
Bård Skaflestad
e2ac7a4108 Ignore 'scaneclipsedeck' executable. 2011-12-02 19:57:19 +01:00
Bård Skaflestad
27895976cc Catch up to read_vector_from_file accepting a std::string
See cset ee6246088300 for additional details.

While here, split grid-reading out to separate function accepting a
directory name.
2011-12-02 19:09:56 +01:00
Bård Skaflestad
17228b7078 Use a std::string rather than a char pointer to convey the file name. 2011-12-02 19:07:35 +01:00
Bård Skaflestad
e6638e3892 Merge from upstream. 2011-12-02 15:18:30 +01:00
Bård Skaflestad
e1e4d673d0 Expose 'readvector.hpp' as part of "make install". 2011-12-02 15:17:18 +01:00
Bård Skaflestad
7cf3c62688 Declare explicit overloads for ints and doubles.
Implement in terms of existing function template.
2011-12-02 15:16:35 +01:00
Jostein R. Natvig
0a96ddfcd4 Merge. 2011-12-02 13:57:32 +01:00
Jostein R. Natvig
a6bc2c70d1 Hook scaneclipsedeck up to build system. 2011-12-02 13:56:37 +01:00
Jostein R. Natvig
81d2ac3d8f Add simple code to scan an eclipse deck and write keywords to screen. 2011-12-02 13:56:03 +01:00
Bård Skaflestad
fe2db10049 Distribute "grid.h" lest "make distcheck" fail. 2011-12-02 10:57:14 +01:00
Bård Skaflestad
6c81de8cb7 Merge from upstream. 2011-12-02 10:38:43 +01:00
Bård Skaflestad
2ba4ee9afc Return useful status code from fill_cell_topology(). 2011-12-02 10:38:07 +01:00
Bård Skaflestad
dcfd312a37 Turn into autonomous module by referencing local copy of grid.h 2011-12-02 10:36:29 +01:00
Bård Skaflestad
982e339861 Ignore demonstration executable. 2011-11-30 23:49:58 +01:00
Bård Skaflestad
96d9637fc9 The 'enum face_tag' cannot (portably) hold the result of arithmetic.
Make it an 'int'.

Blame: Bard.Skaflestad@sintef.no
2011-11-30 23:48:16 +01:00