~llaniewski/esys-particle/remote-force

« back to all changes in this revision

Viewing changes to Model/RemoteForceInterface.cpp

  • Committer: Lukasz Laniewski-Wollk
  • Date: 2017-12-11 00:23:07 UTC
  • Revision ID: uqllanie@uq.edu.au-20171211002307-bbwvkouboz8qkdhp
Adding RemoteForceInterface

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include "RemoteForceInterface.hpp"
 
2
 
 
3
namespace rfi {
 
4
    template class RemoteForceInterface< ForceCalculator, RotParticle >;
 
5
    template class RemoteForceInterface< ForceCalculator, NRotParticle >;
 
6
    template class RemoteForceInterface< ForceCalculator, RotParticle, StructureOfArrays >;
 
7
    template class RemoteForceInterface< ForceCalculator, NRotParticle, StructureOfArrays >;
 
8
};
 
 
b'\\ No newline at end of file'