SegFault_gcc4.6
      
      
      
| Line |  | 
|---|
| 1 | /* | 
|---|
| 2 | * MoleculeFormulaDescriptor.hpp | 
|---|
| 3 | * | 
|---|
| 4 | *  Created on: Jul 22, 2010 | 
|---|
| 5 | *      Author: crueger | 
|---|
| 6 | */ | 
|---|
| 7 |  | 
|---|
| 8 | #ifndef MOLECULEFORMULADESCRIPTOR_HPP_ | 
|---|
| 9 | #define MOLECULEFORMULADESCRIPTOR_HPP_ | 
|---|
| 10 |  | 
|---|
| 11 | // include config.h | 
|---|
| 12 | #ifdef HAVE_CONFIG_H | 
|---|
| 13 | #include <config.h> | 
|---|
| 14 | #endif | 
|---|
| 15 |  | 
|---|
| 16 |  | 
|---|
| 17 | #include "Descriptors/MoleculeDescriptor.hpp" | 
|---|
| 18 |  | 
|---|
| 19 | #include "Formula.hpp" | 
|---|
| 20 |  | 
|---|
| 21 | MoleculeDescriptor MoleculeByFormula(const Formula&); | 
|---|
| 22 | MoleculeDescriptor MoleculeByFormula(const std::string&) throw(FormulaStringParseException); | 
|---|
| 23 |  | 
|---|
| 24 | #endif /* MOLECULEFORMULADESCRIPTOR_HPP_ */ | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.