mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Change header include guard name
This commit is contained in:
parent
1306a65104
commit
a8b1d7c9dc
@ -17,8 +17,8 @@
|
||||
along with OPM. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef BLOCKED_MATRIX_HPP
|
||||
#define BLOCKED_MATRIX_HPP
|
||||
#ifndef OPM_BLOCKED_MATRIX_HPP
|
||||
#define OPM_BLOCKED_MATRIX_HPP
|
||||
|
||||
#if HAVE_FPGA
|
||||
#include <vector>
|
||||
|
@ -17,8 +17,8 @@
|
||||
along with OPM. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef CPR_HPP
|
||||
#define CPR_HPP
|
||||
#ifndef OPM_CPR_HPP
|
||||
#define OPM_CPR_HPP
|
||||
|
||||
#include <mutex>
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
along with OPM. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef MATRIX_HEADER_INCLUDED
|
||||
#define MATRIX_HEADER_INCLUDED
|
||||
#ifndef OPM_MATRIX_HEADER_INCLUDED
|
||||
#define OPM_MATRIX_HEADER_INCLUDED
|
||||
|
||||
#include <vector>
|
||||
|
||||
@ -127,4 +127,4 @@ void sortRow(int *colIndices, double *data, int left, int right);
|
||||
} // namespace Accelerator
|
||||
} // namespace Opm
|
||||
|
||||
#endif // MATRIX_HEADER_INCLUDED
|
||||
#endif // OPM_MATRIX_HEADER_INCLUDED
|
||||
|
Loading…
Reference in New Issue
Block a user