Fix slownessToSOS bug.
This commit is contained in:
@@ -80,7 +80,7 @@ namespace Recon {
|
||||
|
||||
Matrix slownessToSOS(Aurora::Matrix & aVF1, double aSOS_IN_WATER)
|
||||
{
|
||||
return 1 / ((aVF1 + 1) / aSOS_IN_WATER);
|
||||
return 1 / (aVF1 + 1 / aSOS_IN_WATER);
|
||||
}
|
||||
|
||||
DiscretizePositionValues discretizePositions(Aurora::Matrix &aVSenderCoordList, Aurora::Matrix &aVReceiverCoordList, double aNumPixelXY)
|
||||
|
||||
Reference in New Issue
Block a user