Projects
mass
atmos
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 18
View file
atmos-2.97.5.tar.gz/third-party/yalpa/include/yalpa/Makefile.am
Changed
@@ -1,2 +1,2 @@ -yalpa_HEADERS = point.h sidtime.h spheric.h sun.h utils.h io.h +yalpa_HEADERS = point.h sidtime.h spheric.h sun.h utils.h io.h moon.h yalpadir = $(includedir)/yalpa
View file
atmos-2.97.5.tar.gz/third-party/yalpa/include/yalpa/Makefile.in
Changed
@@ -221,7 +221,7 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -yalpa_HEADERS = point.h sidtime.h spheric.h sun.h utils.h io.h +yalpa_HEADERS = point.h sidtime.h spheric.h sun.h utils.h io.h moon.h yalpadir = $(includedir)/yalpa all: yalpa_config.h $(MAKE) $(AM_MAKEFLAGS) all-am
View file
atmos-2.97.5.tar.gz/third-party/yalpa/include/yalpa/moon.h
Added
@@ -0,0 +1,34 @@ +/* + $Id: moon.h 35 2014-03-12 08:49:12Z matwey $ + Copyright (C) 2014 Matwey V. Kornilov <matwey.kornilov@gmail.com> + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ + +#ifndef _MOON_H +#define _MOON_H + +#include <yalpa/spheric.h> + +#include <cmath> +#include <ctime> + +#include <boost/date_time/posix_time/posix_time.hpp> + +namespace yalpa { + ecliptic<double> moon_position( double julian ); + ecliptic<double> moon_position( const std::time_t& epoch ); +}; + +#endif // _MOON_H
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.