mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-04 19:25:56 +01:00
Bug fix
This commit is contained in:
parent
22422a84d9
commit
a3fbabf404
@ -32,7 +32,7 @@ void CartesianCommunicator::Init(int *argc, char *** arv)
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
int Rank(void ){ return 0 };
|
int Rank(void ){ return 0; };
|
||||||
|
|
||||||
CartesianCommunicator::CartesianCommunicator(const std::vector<int> &processors)
|
CartesianCommunicator::CartesianCommunicator(const std::vector<int> &processors)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user