Skip to content

Commit

Permalink
reverting bad commit
Browse files Browse the repository at this point in the history
  • Loading branch information
cecilianorgren committed Mar 22, 2024
1 parent 896a308 commit b2ca1c5
Show file tree
Hide file tree
Showing 17 changed files with 2 additions and 13,300 deletions.
199 changes: 0 additions & 199 deletions +model/igrf13coeffs copy.txt

This file was deleted.

35 changes: 0 additions & 35 deletions @dataobj/get_all_vars.m

This file was deleted.

6 changes: 0 additions & 6 deletions EpochTT.m
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@
'UTC string input (char) must be in the form yyyy-mm-ddThh:mm:ss.mmmuuunnnZ')
end
obj.epoch = GenericTimeArray.utc2ttns(inp);
elseif isa(inp,'string')
if ~GenericTimeArray.validate_utc(inp)
error('irf:EpochUnix:EpochUnix:badInputs',...
'UTC string input (string) must be in the form yyyy-mm-ddThh:mm:ss.mmmuuunnnZ')
end
obj.epoch = GenericTimeArray.utc2ttns(inp);
elseif isa(inp,'GenericTimeArray')
if isa(inp,'EpochTT')
obj = inp;
Expand Down
Loading

0 comments on commit b2ca1c5

Please sign in to comment.