aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@5c1b1641-b641-47ec-b3d9-0f93d4c445ee>2010-06-04 20:54:30 +0000
committerknarf <knarf@5c1b1641-b641-47ec-b3d9-0f93d4c445ee>2010-06-04 20:54:30 +0000
commit1717d7c1657465036becbacaf20d994be969be7d (patch)
treeeace79681ac07cd9e700bb2c0bbb1308da2b6b16
parentc0268c532b744bf5dabb8da9a6299b499e8f80f1 (diff)
remove patch which is no longer necessary
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LORENE/trunk@12 5c1b1641-b641-47ec-b3d9-0f93d4c445ee
-rw-r--r--dist/spheroid.patch40
1 files changed, 0 insertions, 40 deletions
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 //
- //-----------//