OSDN Git Service

Merge branch 'master' of git://git.sourceforge.jp/gitroot/eos/base
[eos/hostdependX86LINUX64.git] / include / lmrcImageSigmaCalculate.h
1 /*
2 # %M% %Y% %I%
3 # The latest update : %G% at %U%
4 #
5 #%Z% lmrcImageSigmaCalculate.h ver %I%
6 #%Z% Created by 
7 #%Z%
8 #%Z% Usage : lmrcImageSigmaCalculate.h 
9 #%Z% Attention
10 #%Z%
11 */
12 #ifndef  LMRC_IMAGE_SIGMACALCULATE_H 
13 #define  LMRC_IMAGE_SIGMACALCULATE_H
14
15 #include "mrcImage.h"
16
17 /* prototype begin */
18 extern double
19  lmrcImageSigmaCalculate(mrcImage* in);
20 /* prototype end */
21
22 #endif