Ignore:
Timestamp:
May 7, 2008, 1:38:13 PM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
a01955
Parents:
417bb5
Message:

AtomStackClass -> template <typename T> StackClass<T> change in new file stackclass.hpp, other templates to helpers.hpp

StackClass was changed to a template and as template code may only be present in header file was moved to a new
header file stackclass.hpp. New file was added to Makefile.am
Other templates (list management et al) were moved to helpers.hpp as they are more sensibly placed there.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/Makefile.am

    r417bb5 rd50d2a  
    11SOURCE = atom.cpp bond.cpp builder.cpp config.cpp element.cpp helpers.cpp molecules.cpp moleculelist.cpp periodentafel.cpp vector.cpp verbose.cpp
    2 HEADER = defs.hpp helpers.hpp molecules.hpp
     2HEADER = defs.hpp helpers.hpp molecules.hpp stackclass.hpp
    33
    44bin_PROGRAMS = molecuilder joiner analyzer
Note: See TracChangeset for help on using the changeset viewer.