Show
Ignore:
Timestamp:
15/08/09 14:13:42 (3 years ago)
Author:
westram
Message:
  • backport [6141] (parts changing code, but only strings and comments)
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/stable_5.0/CONSENSUS_TREE/CT_mem.cxx

    r1257 r6143  
    1 /* Modul zur Verwaltung des Speicherplatzes */ 
     1/* memory handling */ 
    22 
    33#include <stdlib.h> 
     
    1212 
    1313    if (!p) { 
    14         fprintf(stderr, "Error occured in Module CONSENSUS! Not enough Memory left\n"); 
     14        fprintf(stderr, "Error occurred in Module CONSENSUS! Not enough Memory left\n"); 
    1515        return 0; 
    1616    }