source: issm/oecreview/Archive/23390-24306/ISSM-23580-23581.diff

Last change on this file was 24307, checked in by Mathieu Morlighem, 5 years ago

NEW: adding Archive/23390-24306

File size: 785 bytes
RevLine 
[24307]1Index: ../trunk-jpl/src/m/exp/functionSignatures.json
2===================================================================
3--- ../trunk-jpl/src/m/exp/functionSignatures.json (revision 23580)
4+++ ../trunk-jpl/src/m/exp/functionSignatures.json (revision 23581)
5@@ -3,7 +3,7 @@
6 {
7 "inputs":
8 [
9- {"name":"filename1", "kind":"required", "type":"filepath"},
10+ {"name":"filename1", "kind":"required", "type":"filepath=*.exp"},
11 {"name":"varargin", "kind":"optional", "multiplicity":"append"}
12 ]
13 },
14@@ -11,7 +11,7 @@
15 {
16 "inputs":
17 [
18- {"name":"filename1", "kind":"required", "type":"filepath"},
19+ {"name":"filename1", "kind":"required", "type":"filepath=*.exp"},
20 {"name":"varargin", "kind":"optional", "multiplicity":"append"}
21 ]
22 }
Note: See TracBrowser for help on using the repository browser.