Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/atom.cpp

    rbf3817 re41c48  
    44 *
    55 */
    6 
    7 // include config.h
    8 #ifdef HAVE_CONFIG_H
    9 #include <config.h>
    10 #endif
    116
    127#include "Helpers/MemDebug.hpp"
     
    358353}
    359354
    360 molecule* atom::getMolecule(){
     355molecule* atom::getMolecule() const {
    361356  return mol;
    362357}
Note: See TracChangeset for help on using the changeset viewer.