Changeset 23854
- Timestamp:
- 04/17/19 10:30:26 (6 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/jenkins.sh
r23830 r23854 9 9 10 10 #Server URI 11 SERVER='https://ross.ics.uci.edu:8080' 12 #SERVER='http://ross.ics.uci.edu:8080' 11 SERVER='https://ross.ics.uci.edu/jenkins' 13 12 14 13 #Get configuration -
issm/trunk-jpl/src/c/classes/Inputs/Inputs.cpp
r23853 r23854 60 60 /*Delete input if it already exists*/ 61 61 this->DeleteInput(newenumtype); 62 _assert_(IsInputEnum(oldenumtype)); 63 _assert_(IsInputEnum(newenumtype)); 62 64 63 65 /*Go through current inputs*/
Note:
See TracChangeset
for help on using the changeset viewer.