mirror of
https://github.com/NGSolve/netgen.git
synced 2026-06-16 00:20:34 +08:00
Rename Array to NgArray
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user