since we moved to git, I cleaned up the svn prop's from the sources and added a GIT_REVISION through git-revision.h
This commit is contained in:
1
src/external/libZFRelaxation/Makefile.am
vendored
1
src/external/libZFRelaxation/Makefile.am
vendored
@ -1,5 +1,4 @@
|
||||
## Process this file with automake to create Makefile.in
|
||||
## $Id$
|
||||
|
||||
h_sources = \
|
||||
ZFRelaxation.h
|
||||
|
@ -4,8 +4,6 @@
|
||||
|
||||
Author: Bastian M. Wojek
|
||||
|
||||
$Id$
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
/***************************************************************************
|
||||
@ -153,4 +151,4 @@ double UniaxialStatGssKT::operator()(double t, const vector<double> &par) const
|
||||
|
||||
return sinSqTh*(0.5 + sqrtOnePlusEps*fIntSecond->IntegrateFunc(0.0, 1.0, intParam)) + cosSqTh*(avg + sqrtOnePlusEps*fIntFirst->IntegrateFunc(0.0, 1.0, intParam));
|
||||
|
||||
}
|
||||
}
|
||||
|
2
src/external/libZFRelaxation/ZFRelaxation.h
vendored
2
src/external/libZFRelaxation/ZFRelaxation.h
vendored
@ -4,8 +4,6 @@
|
||||
|
||||
Author: Bastian M. Wojek
|
||||
|
||||
$Id$
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
/***************************************************************************
|
||||
|
@ -4,8 +4,6 @@
|
||||
|
||||
Author: Bastian M. Wojek
|
||||
|
||||
$Id$
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
/***************************************************************************
|
||||
|
Reference in New Issue
Block a user