ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/utils/physmem.h
(Generate patch)

Comparing trunk/src/utils/physmem.h (file contents):
Revision 963 by tim, Wed May 17 21:51:42 2006 UTC vs.
Revision 1442 by gezelter, Mon May 10 17:28:26 2010 UTC

# Line 6 | Line 6 | extern "C" {
6   #endif
7  
8    /** Return the total amount of physical memory.  */
9 <  RealType physmem_total ();
9 >  double physmem_total (void);
10  
11    /** Return the amount of physical memory available.  */
12 <  RealType physmem_available ();
12 >  double physmem_available (void);
13  
14   #ifdef  __cplusplus
15   }

Comparing trunk/src/utils/physmem.h (property svn:keywords):
Revision 963 by tim, Wed May 17 21:51:42 2006 UTC vs.
Revision 1442 by gezelter, Mon May 10 17:28:26 2010 UTC

# Line 0 | Line 1
1 + Author Id Revision Date

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines