FORM  4.2
mytime.h
1 #pragma once
2 /* #[ License : */
3 /*
4  * Copyright (C) 1984-2017 J.A.M. Vermaseren
5  * When using this file you are requested to refer to the publication
6  * J.A.M.Vermaseren "New features of FORM" math-ph/0010025
7  * This is considered a matter of courtesy as the development was paid
8  * for by FOM the Dutch physics granting agency and we would like to
9  * be able to track its scientific use to convince FOM of its value
10  * for the community.
11  *
12  * This file is part of FORM.
13  *
14  * FORM is free software: you can redistribute it and/or modify it under the
15  * terms of the GNU General Public License as published by the Free Software
16  * Foundation, either version 3 of the License, or (at your option) any later
17  * version.
18  *
19  * FORM is distributed in the hope that it will be useful, but WITHOUT ANY
20  * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
21  * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
22  * details.
23  *
24  * You should have received a copy of the GNU General Public License along
25  * with FORM. If not, see <http://www.gnu.org/licenses/>.
26  */
27 /* #] License : */
28 
29 double thetime();
30 std::string thetime_str();