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 507 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 1218 by xsun, Wed Jan 23 21:23:15 2008 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines