Changeset d6655bd
- Timestamp:
- Oct 9, 2017, 5:04:03 PM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 5e6502b
- Parents:
- 751d963
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tests/matrixSum.c
r751d963 rd6655bd 1 // -*- Mode: C -*- 2 // 3 // Cforall Version 1.0.0 Copyright (C) 2017 University of Waterloo 4 // 5 // The contents of this file are covered under the licence agreement in the 6 // file "LICENCE" distributed with Cforall. 7 // 8 // matrixSum.c -- 9 // 10 // Author : Peter A. Buhr 11 // Created On : Mon Oct 9 08:29:28 2017 12 // Last Modified By : Peter A. Buhr 13 // Last Modified On : Mon Oct 9 08:30:08 2017 14 // Update Count : 1 15 // 16 1 17 #include <fstream> 2 18 #include <kernel> … … 41 57 sout | total | endl; 42 58 } 59 60 // Local Variables: // 61 // tab-width: 4 // 62 // compile-command: "cfa matrixSum.c" // 63 // End: //
Note: See TracChangeset
for help on using the changeset viewer.