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  

r_cnjg.c

Go to the documentation of this file.
00001 #include "f2c.h"
00002 
00003 #ifdef KR_headers
00004 VOID r_cnjg(r, z) complex *r, *z;
00005 #else
00006 VOID r_cnjg(complex *r, complex *z)
00007 #endif
00008 {
00009 r->r = z->r;
00010 r->i = - z->i;
00011 }
 

Powered by Plone

This site conforms to the following standards: