Skip to content

Commit

Permalink
ver. update
Browse files Browse the repository at this point in the history
  • Loading branch information
aghaeifar committed Mar 4, 2024
1 parent 2aee5ad commit 2a075b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/spinwalk.cu
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#define SPINWALK_VERSION_MAJOR 1
#define SPINWALK_VERSION_MINOR 4
#define SPINWALK_VERSION_PATCH 1
#define SPINWALK_VERSION_PATCH 4

using namespace std;

Expand Down Expand Up @@ -63,7 +63,7 @@ bool simulate(simulation_parameters param, std::map<std::string, std::vector<std
std::cout << "Checking XYZ0 is not in the mask..." << std::endl;
if(is_masked(XYZ0, mask, &param))
{
std::cout << ERR_MSG << " element(s) of XYZ0 is in the mask. Aborting...!" << std::endl;
std::cout << ERR_MSG << " elements of XYZ0 are in the mask or out of range. Aborting...!" << std::endl;
return false;
}
}
Expand Down

0 comments on commit 2a075b8

Please sign in to comment.