Changeset 1fb0a883 for tests/io


Ignore:
Timestamp:
Jan 24, 2025, 3:00:27 PM (11 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
2a5345b, 35eef3b
Parents:
1cc5c6a (diff), f070ea8 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Peter A. Buhr <pabuhr@…> (01/24/25 14:53:59)
git-committer:
Peter A. Buhr <pabuhr@…> (01/24/25 15:00:27)
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

Location:
tests/io
Files:
2 deleted
1 edited
10 moved

Legend:

Unmodified
Added
Removed
  • tests/io/eofType.cfa

    r1cc5c6a r1fb0a883  
    1010// Created On       : Wed Jan 22 07:41:41 2025
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Wed Jan 22 08:45:51 2025
    13 // Update Count     : 8
     12// Last Modified On : Thu Jan 23 14:33:08 2025
     13// Update Count     : 9
    1414//
    1515
     
    3333        ifstream testfile;
    3434        {
    35                 char * filenames[] = { INDIR "eofBool.1.txt", INDIR "eofBool.2.txt" };
     35                char * filenames[] = { INDIR "eofType.bool.1.txt", INDIR "eofType.bool.2.txt" };
    3636                bool value;
    3737
     
    5050        }
    5151        {
    52                 char * filenames[] = { INDIR "eofChar.1.txt", INDIR "eofChar.2.txt" };
     52                char * filenames[] = { INDIR "eofType.char.1.txt", INDIR "eofType.char.2.txt" };
    5353                char value;
    5454
     
    6767        }
    6868        {
    69                 char * filenames[] = { INDIR "eofInt.1.txt", INDIR "eofInt.2.txt" };
     69                char * filenames[] = { INDIR "eofType.int.1.txt", INDIR "eofType.int.2.txt" };
    7070                int value;
    7171
     
    8484        }
    8585        {
    86                 char * filenames[] = { INDIR "eofDouble.1.txt", INDIR "eofDouble.2.txt" };
     86                char * filenames[] = { INDIR "eofType.double.1.txt", INDIR "eofType.double.2.txt" };
    8787                double value;
    8888
     
    101101        }
    102102        {
    103                 char * filenames[] = { INDIR "eofComplex.1.txt", INDIR "eofComplex.2.txt" };
     103                char * filenames[] = { INDIR "eofType.complex.1.txt", INDIR "eofType.complex.2.txt" };
    104104                _Complex value;
    105105
Note: See TracChangeset for help on using the changeset viewer.