Changeset a750c71b


Ignore:
Timestamp:
Jan 23, 2025, 2:37:33 PM (6 weeks ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
9e72bae3
Parents:
a9e327a
git-author:
Peter A. Buhr <pabuhr@…> (01/23/25 14:35:26)
git-committer:
Peter A. Buhr <pabuhr@…> (01/23/25 14:37:33)
Message:

update input file names for eofType test

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

Legend:

Unmodified
Added
Removed
  • TabularUnified tests/io/eofType.cfa

    ra9e327a ra750c71b  
    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.