From 1717d7c1657465036becbacaf20d994be969be7d Mon Sep 17 00:00:00 2001 From: knarf Date: Fri, 4 Jun 2010 20:54:30 +0000 Subject: remove patch which is no longer necessary git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LORENE/trunk@12 5c1b1641-b641-47ec-b3d9-0f93d4c445ee --- dist/spheroid.patch | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 dist/spheroid.patch diff --git a/dist/spheroid.patch b/dist/spheroid.patch deleted file mode 100644 index 0824b61..0000000 --- a/dist/spheroid.patch +++ /dev/null @@ -1,40 +0,0 @@ -Index: Lorene/C++/Source/App_hor/spheroid.C -=================================================================== -RCS file: /cvsroot/Lorene/C++/Source/App_hor/spheroid.C,v -retrieving revision 1.15 -diff -u -r1.15 spheroid.C ---- Lorene/C++/Source/App_hor/spheroid.C 10 Dec 2008 13:55:55 -0000 1.15 -+++ Lorene/C++/Source/App_hor/spheroid.C 30 Nov 2009 04:24:02 -0000 -@@ -704,6 +704,32 @@ - set_der_0x0() ; - - } -+ -+// Assignment to another Spheroid -+void Spheroid::operator=(const Spheroid& sph_in) -+{ -+ -+ h_surf = sph_in.h_surf ; -+ jac2d = sph_in.jac2d ; -+ proj = sph_in.proj ; -+ qq = sph_in.qq ; -+ ss = sph_in.ss ; -+ ephi = sph_in.ephi ; -+ qab = sph_in.qab ; -+ ricci = sph_in.ricci ; -+ hh = sph_in.hh ; -+ trk = sph_in.trk ; -+ ll = sph_in.ll ; -+ jj = sph_in.jj ; -+ fff = sph_in.fff ; -+ ggg = sph_in.ggg ; -+ zeta = sph_in.zeta ; -+ issphere = sph_in.issphere ; -+ -+ del_deriv() ; // Deletes all derived quantities -+ -+} -+ - //------------// - //Destructor // - //-----------// -- cgit v1.2.3