source: src/lib/chemistry/qc/oint3/build.cc@ 42a775

Last change on this file since 42a775 was 5d30c1, checked in by Frederik Heber <heber@…>, 13 years ago

Initial commit based on 3.0.0alpha (here claimed as 2.4).

  • simply added all files.
  • Property mode set to 100644
File size: 414 bytes
Line 
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
11using namespace std;
12using namespace sc;
13
14BuildIntV3::BuildIntV3()
15{
16}
17
18BuildIntV3::~BuildIntV3()
19{
20}
21
22int
23BuildIntV3::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.