-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,9 +17,19 @@ | |
// See the Apache 2 License for the specific language governing permissions and | ||
// limitations under the License. | ||
|
||
/* Yiping Kang | ||
* [email protected] | ||
* 2014 | ||
/* | ||
* Copyright (c) 2015, University of Michigan. | ||
* All rights reserved. | ||
* | ||
* This source code is licensed under the BSD-style license found in the | ||
* LICENSE file in the root directory of this source tree. An additional grant | ||
* of patent rights can be found in the PATENTS file in the same directory. | ||
* | ||
*/ | ||
|
||
/** | ||
* @author: Yiping Kang, Johann Hauswald | ||
* @contact: [email protected], [email protected] | ||
*/ | ||
|
||
#include <limits> | ||
|