Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/complex.c

    ra933bcb3 r2f484f5  
    1 //
    2 // Cforall Version 1.0.0 Copyright (C) 2017 University of Waterloo
    3 //
    4 // The contents of this file are covered under the licence agreement in the
    5 // file "LICENCE" distributed with Cforall.
    6 //
    7 // complex.c --
    8 //
    9 // Author           : Peter A. Buhr
    10 // Created On       : Wed May 24 22:07:31 2017
    11 // Last Modified By : Peter A. Buhr
    12 // Last Modified On : Wed May 24 22:08:01 2017
    13 // Update Count     : 1
    14 //
    15 
    161#include <stdio.h>
    172#include <complex.h>
     
    3520#endif // __CFA
    3621}
    37 
    38 // Local Variables: //
    39 // tab-width: 4 //
    40 // compile-command: "cfa complex.c" //
    41 // End: //
Note: See TracChangeset for help on using the changeset viewer.