Skip to content

Commit

Permalink
introduce getContext which retrieves all the rank 0 and rank 1 context
Browse files Browse the repository at this point in the history
values.
  • Loading branch information
jbfaden committed Dec 6, 2023
1 parent a0477a3 commit 4790c43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions QDataSet/src/org/das2/qds/DataSetUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -3968,8 +3968,8 @@ public static String contextAsString( QDataSet ds, String delim ) {
* scalars or ranges, so CONTEXT_0 will be in the zeroth index of the
* result. Rank 0 CONTEXT values are joined to make them rank 1.
*
* @param ds
* @return
* @param ds the dataset
* @return a rank 2 join of 1- and 2-element datasets.
*/
public static QDataSet getContext( QDataSet ds ) {
JoinDataSet jds= new JoinDataSet(2);
Expand Down

0 comments on commit 4790c43

Please sign in to comment.