Skip to content

Commit

Permalink
[arcane,impl] Utilise 'ARCANE_INTERNAL_INSTANTIATE_TEMPLATE_FOR_NUMER…
Browse files Browse the repository at this point in the history
…IC_DATATYPE' pour 'ScalarData'.
  • Loading branch information
grospelliergilles committed Dec 26, 2024
1 parent be9469b commit 4c4f6ee
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions arcane/src/arcane/impl/ScalarData.cc
Original file line number Diff line number Diff line change
Expand Up @@ -437,19 +437,7 @@ registerScalarDataFactory(IDataFactoryMng* dfm)
/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/

template class ScalarDataT<Byte>;
template class ScalarDataT<Real>;
template class ScalarDataT<BFloat16>;
template class ScalarDataT<Float16>;
template class ScalarDataT<Float32>;
template class ScalarDataT<Int8>;
template class ScalarDataT<Int16>;
template class ScalarDataT<Int32>;
template class ScalarDataT<Int64>;
template class ScalarDataT<Real2>;
template class ScalarDataT<Real3>;
template class ScalarDataT<Real2x2>;
template class ScalarDataT<Real3x3>;
ARCANE_INTERNAL_INSTANTIATE_TEMPLATE_FOR_NUMERIC_DATATYPE(ScalarDataT);

/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
Expand Down

0 comments on commit 4c4f6ee

Please sign in to comment.