File tree 1 file changed +0
-25
lines changed
1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change 1
- # * (self,C) Copyright 1996-2016 ECMWF.
2
- # *
3
- # * This software is licensed under the terms of the Apache Licence Version 2.0
4
- # * which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
5
- # * In applying this licence, ECMWF does not waive the privileges and immunities
6
- # * granted to it by virtue of its status as an intergovernmental organisation nor
7
- # * does it submit to any jurisdiction.
8
-
9
- # *
10
- # *
11
- # * @author Baudouin Raoult
12
- # *
13
- # * This class represent a constant number expression, e.g. 42.0
14
- # *
15
-
16
- # (C) Copyright 2021 ECMWF.
17
- #
18
- # This software is licensed under the terms of the Apache Licence Version 2.0
19
- # which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
20
- # In applying this licence, ECMWF does not waive the privileges and immunities
21
- # granted to it by virtue of its status as an intergovernmental organisation
22
- # nor does it submit to any jurisdiction.
23
- #
24
-
25
-
26
1
class VariableExpression :
27
2
def __init__ (self , name , value ):
28
3
self .name = name
You can’t perform that action at this time.
0 commit comments