8 lines
276 B
C
8 lines
276 B
C
|
|
#ifndef _TRANS_RECONSTRUCTION_H__
|
||
|
|
#define _TRANS_RECONSTRUCTION_H__
|
||
|
|
#include "Matrix.h"
|
||
|
|
namespace Recon {
|
||
|
|
Aurora::Matrix calculateMinimalMaximalTransducerPositions(
|
||
|
|
const Aurora::Matrix &aMSenderList, const Aurora::Matrix &aMReceiverList);
|
||
|
|
}
|
||
|
|
#endif // __RECONSTRUCTION_H__
|