Skip to content

Commit

Permalink
adding Explicit Template Instantiations
Browse files Browse the repository at this point in the history
  • Loading branch information
stefaniereuter committed Nov 19, 2024
1 parent 343ff98 commit adbfc0f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/multio/action/scale/Scale.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include "eckit/log/Log.h"



#include "multio/LibMultio.h"
#include "multio/util/PrecisionTag.h"
#include "multio/message/Message.h"
Expand Down Expand Up @@ -99,4 +100,9 @@ void Scale::print(std::ostream & os) const {

static ActionBuilder<Scale> ScaleBuilder("scale");


template message::Message Scale::ScaleMessage<float>(message::Message&&) const;
template message::Message Scale::ScaleMessage<double>(message::Message&&) const;


}

0 comments on commit adbfc0f

Please sign in to comment.