mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-12 20:27:06 +01:00
SitePropagator redefined to be a scalar object in TYPE_ALIASES.
This commit is contained in:
@ -118,7 +118,7 @@ template <typename FImpl>
|
||||
void TPoint<FImpl>::execute(void)
|
||||
{
|
||||
std::vector<int> position = strToVec<int>(par().position);
|
||||
typename SitePropagator::scalar_object id;
|
||||
SitePropagator id;
|
||||
|
||||
LOG(Message) << "Creating point source at position [" << par().position
|
||||
<< "]" << std::endl;
|
||||
|
Reference in New Issue
Block a user