Candidate_v1.7.0
        stable
      
      
      
| Rev | Line |   | 
|---|
| [0b990d] | 1 | #ifdef __GNUG__
 | 
|---|
 | 2 | #pragma implementation
 | 
|---|
 | 3 | #endif
 | 
|---|
 | 4 | 
 | 
|---|
 | 5 | #include <stdlib.h>
 | 
|---|
 | 6 | #include <iostream>
 | 
|---|
 | 7 | 
 | 
|---|
 | 8 | #include <util/misc/exenv.h>
 | 
|---|
 | 9 | #include <chemistry/qc/oint3/build.h>
 | 
|---|
 | 10 | 
 | 
|---|
 | 11 | using namespace std;
 | 
|---|
 | 12 | using namespace sc;
 | 
|---|
 | 13 | 
 | 
|---|
 | 14 | BuildIntV3::BuildIntV3()
 | 
|---|
 | 15 | {
 | 
|---|
 | 16 | }
 | 
|---|
 | 17 | 
 | 
|---|
 | 18 | BuildIntV3::~BuildIntV3()
 | 
|---|
 | 19 | {
 | 
|---|
 | 20 | }
 | 
|---|
 | 21 | 
 | 
|---|
 | 22 | int
 | 
|---|
 | 23 | BuildIntV3::impossible_integral()
 | 
|---|
 | 24 | {
 | 
|---|
 | 25 |   ExEnv::errn()
 | 
|---|
 | 26 |       << "oint3/build.cc: tried to build a impossible integral" << endl;
 | 
|---|
 | 27 |   abort();
 | 
|---|
 | 28 |   return(0);
 | 
|---|
 | 29 | }
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.