Ignore:
Timestamp:
Jan 10, 2010, 7:05:34 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
2c69a9
Parents:
247d49
Message:

cstring header was missing in files, supplying definition of strlen, strcpy, and so on.

This was noted on laptop with gcc 4.1 (on workstation we have gcc 4.2)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/builder.cpp

    r247d49 re6fe8a  
    4949
    5050using namespace std;
     51
     52#include <cstring>
    5153
    5254#include "analysis_correlation.hpp"
     
    17441746                molecule *filler = new molecule(periode);;
    17451747                molecule *Filling = NULL;
    1746                 atom *second = NULL, *third = NULL;
     1748//                atom *second = NULL, *third = NULL;
    17471749                first = new atom();
    17481750                first->type = periode->FindElement(5);
Note: See TracChangeset for help on using the changeset viewer.