Skip to content

AFNI/NIfTI Server

Sections
Personal tools
You are here: Home » AFNI » Documentation

Doxygen Source Code Documentation


Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Search  

cdf_74.c

Go to the documentation of this file.
00001 #include "cdflib.h"
00002 double fifdmax1(double a,double b)
00003 /************************************************************************
00004 FIFDMAX1:
00005 returns the maximum of two numbers a and b
00006 ************************************************************************/
00007 /* a     -      first number */
00008 /* b     -      second number */
00009 {
00010   if (a < b) return b;
00011   else return a;
00012 } /* END */
 

Powered by Plone

This site conforms to the following standards: