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

Comparing trunk/src/utils/residentMem.c (file contents):
Revision 766 by gezelter, Mon Nov 21 22:59:44 2005 UTC vs.
Revision 1037 by gezelter, Fri Sep 8 16:13:21 2006 UTC

# Line 9 | Line 9
9   /*
10   * returns an estimate of the resident memory size in kB
11   */
12 < double residentMem () {
12 > RealType residentMem () {
13  
14    FILE* procresults;
15    char buf[150];
# Line 33 | Line 33 | double residentMem () {
33   #endif
34   #endif
35  
36 <  printf("doing %s\n", pscommand);
36 >  /* printf("doing %s\n", pscommand); */
37  
38    procresults = popen(pscommand, "r");
39  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines