Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

lshift.c

Go to the documentation of this file.
00001 //-----------------------------------------------------------------------------
00002 //
00003 // lshift_ not implemented in gfortran intrinsic lib until gcc 4.2
00004 //
00005 //-----------------------------------------------------------------------------
00006 
00007 unsigned int lshift_(unsigned int *arg, int *len)
00008 {
00009    return(*arg << *len);
00010 }

Generated on Mon Feb 15 11:06:53 2010 for loon by  doxygen 1.3.9.1