~ubuntu-branches/ubuntu/trusty/avogadro/trusty-proposed

« back to all changes in this revision

Viewing changes to libavogadro/src/extensions/surfaceextension.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Rohan Garg
  • Date: 2011-05-20 18:55:49 UTC
  • mfrom: (3.2.13 sid)
  • Revision ID: james.westby@ubuntu.com-20110520185549-berzu8h9f9330xji
Tags: 1.0.3-1ubuntu1
* Merge from debian, remaining changes (LP: #787458, #784267)
  - Disable builds for ARM as build dependency on libOpenGL and 
    libQtOpenGL

Show diffs side-by-side

added added

removed removed

Lines of Context:
587
587
        }
588
588
      }
589
589
      case Cube::ESP:
590
 
        ;
 
590
        // FIXME To be implemented - calculate an ESP cube
 
591
        return 0;
591
592
      case Cube::ElectronDensity: {
592
593
        qDebug() << "m_cubes.size() =" << m_cubes.size();
593
594
        Cube *cube = m_molecule->cubeById(m_cubes[2]);