Rename Array to NgArray

This commit is contained in:
Matthias Hochsteger
2019-07-09 10:39:16 +02:00
parent 2c14dd6350
commit cb87362f64
182 changed files with 1893 additions and 1893 deletions

View File

@@ -27,7 +27,7 @@ void WriteTecPlotFormat (const Mesh & mesh,
INDEX ne = mesh.GetNE();
INDEX nse = mesh.GetNSE();
Array<int> sn(np);
NgArray<int> sn(np);
ofstream outfile(filename.c_str());
outfile << "TITLE=\" " << filename << "\"" << endl;