source: ThirdParty/mpqc_open/src/lib/chemistry/qc/oint3/build.cc@ 70d034

ForceAnnealing_with_BondGraph_continued
Last change on this file since 70d034 was 860145, checked in by Frederik Heber <heber@…>, 8 years ago

Merge commit '0b990dfaa8c6007a996d030163a25f7f5fc8a7e7' as 'ThirdParty/mpqc_open'

  • 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.