~epics-core/epics-base/bigdb

« back to all changes in this revision

Viewing changes to src/libCom/ellLib/ellSort.c

  • Committer: Michael Davidsaver
  • Date: 2016-04-27 00:19:19 UTC
  • Revision ID: mdavidsaver@gmail.com-20160427001919-m6t5z7wuzlb6ml2w
fixup comments

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*************************************************************************\
 
2
* Copyright (c) 2014 Brookhaven Science Assoc., as Operator of Argonne
 
3
*     National Laboratory.
 
4
* Copyright (c) 2016 Michael Davidsaver
 
5
* EPICS BASE is distributed subject to a Software License Agreement found
 
6
* in file LICENSE that is included with this distribution.
 
7
\*************************************************************************/
 
8
 
1
9
/*
2
10
 * Use of mergesort algorithm based on analysis by
3
11
 * http://www.chiark.greenend.org.uk/~sgtatham/algorithms/listsort.html