Changeset 3569 in Sophya for trunk/SophyaProg/Tests/arrt.cc


Ignore:
Timestamp:
Feb 7, 2009, 10:28:01 PM (17 years ago)
Author:
cmv
Message:

char* -> const char* cmv+rz 07/02/2009

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaProg/Tests/arrt.cc

    r3334 r3569  
    370370cout << A ;
    371371
    372 char * flnm = "arr_ascii.txt";
     372const char * flnm = "arr_ascii.txt";
    373373{
    374374cout << " Writing A to file " << flnm << endl;
Note: See TracChangeset for help on using the changeset viewer.