Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
devel:ARM:Factory:Contrib:ILP32
lalburst
lalburst-fix-uninitialised-variable.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File lalburst-fix-uninitialised-variable.patch of Package lalburst
Index: lalburst-2.0.5/python/lalburst/cs_gamma.c =================================================================== --- lalburst-2.0.5.orig/python/lalburst/cs_gamma.c +++ lalburst-2.0.5/python/lalburst/cs_gamma.c @@ -225,7 +225,7 @@ static double nu(double Gmu, double Gamm double cuspdist; double teq=8.122570474611143e+11; double crateR, crateRadStragglers, crateM; - double crate; + double crate = 0; if (strcmp(model,"Siemens06") == 0) { alpha=1e-1;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor