mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
rename macros for consistency
This commit is contained in:
@@ -273,7 +273,7 @@ apply(Scalar& y, Scalar& x) {
|
||||
}
|
||||
}
|
||||
|
||||
#define INSTANCE_TYPE(T) \
|
||||
#define INSTANTIATE_TYPE(T) \
|
||||
template class rocsparseBILU0<T,1>; \
|
||||
template class rocsparseBILU0<T,2>; \
|
||||
template class rocsparseBILU0<T,3>; \
|
||||
@@ -281,5 +281,6 @@ apply(Scalar& y, Scalar& x) {
|
||||
template class rocsparseBILU0<T,5>; \
|
||||
template class rocsparseBILU0<T,6>;
|
||||
|
||||
INSTANCE_TYPE(double)
|
||||
INSTANTIATE_TYPE(double)
|
||||
|
||||
} // namespace Opm
|
||||
|
||||
@@ -322,7 +322,7 @@ apply(Scalar& y,
|
||||
}
|
||||
}
|
||||
|
||||
#define INSTANCE_TYPE(T) \
|
||||
#define INSTANTIATE_TYPE(T) \
|
||||
template class rocsparseCPR<T,1>; \
|
||||
template class rocsparseCPR<T,2>; \
|
||||
template class rocsparseCPR<T,3>; \
|
||||
@@ -330,7 +330,6 @@ apply(Scalar& y,
|
||||
template class rocsparseCPR<T,5>; \
|
||||
template class rocsparseCPR<T,6>;
|
||||
|
||||
INSTANCE_TYPE(double)
|
||||
INSTANTIATE_TYPE(double)
|
||||
|
||||
} // namespace Opm
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user