diff options
Diffstat (limited to 'kspaceduel/mathroutines.h')
-rw-r--r-- | kspaceduel/mathroutines.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/kspaceduel/mathroutines.h b/kspaceduel/mathroutines.h new file mode 100644 index 00000000..5363496d --- /dev/null +++ b/kspaceduel/mathroutines.h @@ -0,0 +1,8 @@ +#ifndef _KSD_MR_H +#define _KSD_MR_H + +double rectToAngle(double x,double y); +double average(double phi1,double phi2); +double difference(double phi1,double phi2); + +#endif |