Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Kastner committed Jun 6, 2019
1 parent c15eadb commit e6c4a34
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Packages/MIES/MIES_AnalysisBrowser.ipf
Original file line number Diff line number Diff line change
Expand Up @@ -1600,9 +1600,8 @@ static Function AB_LoadSweepFromNWB(discLocation, sweepDFR, device, sweep)
return 0
End

/// @todo nwbVersion
static Function AB_LoadSweepFromNWBgeneric(h5_groupID, version, channelList, sweepDFR, configSweep)
variable h5_groupID, version
static Function AB_LoadSweepFromNWBgeneric(h5_groupID, nwbVersion, channelList, sweepDFR, configSweep)
variable h5_groupID, nwbVersion
string channelList
DFREF sweepDFR
Wave/I configSweep
Expand All @@ -1627,7 +1626,7 @@ static Function AB_LoadSweepFromNWBgeneric(h5_groupID, version, channelList, swe
break
case ITC_XOP_CHANNEL_TYPE_ADC:
channelName = "AD"
wave loaded = IPNWB#LoadTimeseries(h5_groupID, channel, version)
wave loaded = IPNWB#LoadTimeseries(h5_groupID, channel, nwbVersion)
channelName += "_" + num2str(p.channelNumber)
fakeConfigWave = 1
break
Expand Down

0 comments on commit e6c4a34

Please sign in to comment.