ope_vorton.C

00001 /*
00002  *   Copyright (c) 2003 Philippe Grandclement
00003  *
00004  *   This file is part of LORENE.
00005  *
00006  *   LORENE is free software; you can redistribute it and/or modify
00007  *   it under the terms of the GNU General Public License version 2
00008  *   as published by the Free Software Foundation.
00009  *
00010  *   LORENE is distributed in the hope that it will be useful,
00011  *   but WITHOUT ANY WARRANTY; without even the implied warranty of
00012  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00013  *   GNU General Public License for more details.
00014  *
00015  *   You should have received a copy of the GNU General Public License
00016  *   along with LORENE; if not, write to the Free Software
00017  *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
00018  *
00019  */
00020 
00021 char ope_vorton_C[] = "$Header: /cvsroot/Lorene/C++/Source/Ope_elementary/Ope_vorton/ope_vorton.C,v 1.1 2007/04/24 09:13:23 p_grandclement Exp $" ;
00022 
00023 /*
00024  * $Id: ope_vorton.C,v 1.1 2007/04/24 09:13:23 p_grandclement Exp $
00025  * $Header: /cvsroot/Lorene/C++/Source/Ope_elementary/Ope_vorton/ope_vorton.C,v 1.1 2007/04/24 09:13:23 p_grandclement Exp $
00026  *
00027  */
00028 #include <math.h>
00029 #include <stdlib.h>
00030 
00031 #include "ope_elementary.h"
00032 
00033 // Standard constructor :
00034 Ope_vorton::Ope_vorton (int nbr, int base, double alf, 
00035                     double bet, int lq, int dz) : 
00036   Ope_elementary(nbr, base, alf, bet), l_quant(lq), dzpuis(dz) {
00037 }
00038 
00039 // Constructor by copy :
00040 Ope_vorton::Ope_vorton (const Ope_vorton& so) : 
00041   Ope_elementary(so), l_quant(so.l_quant), dzpuis(so.dzpuis) {
00042 }
00043 
00044 // Destructor :
00045 Ope_vorton::~Ope_vorton() {} 
00046 
00047 void Ope_vorton::inc_l_quant() {
00048 
00049   cout << "inc_l_quant not implemented for this operator." << endl ;
00050   abort() ;
00051 }
00052 
00053 void Ope_vorton::dec_l_quant() {
00054 
00055   cout << "dec_l_quant not implemented for this operator." << endl ;
00056   abort() ;
00057 }

Generated on Tue Feb 7 01:35:18 2012 for LORENE by  doxygen 1.4.6