Skip to content

Commit

Permalink
fixing stringRepResenationsDiffer to use long long putFactor
Browse files Browse the repository at this point in the history
  • Loading branch information
gangatp committed May 27, 2024
1 parent 8fb7a5e commit 47770f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Model/Writer/v100/NMR_ModelWriterNode100_Mesh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ namespace NMR {
putBallRefString(MODELWRITERMESH100_BEAMLATTICE_BALLREFLINESTART);
}

bool stringRepresentationsDiffer(double a, double b, double putFactor) {
bool stringRepresentationsDiffer(double a, double b, nfInt64 putFactor) {
return fabs(a - b) * putFactor > 0.1;
}

Expand Down

0 comments on commit 47770f3

Please sign in to comment.