cloud, surfaceRegistry: rename subInstance -> prefix

This commit is contained in:
Mark Olesen
2009-03-16 08:27:03 +01:00
parent 8d8a8ef88d
commit fe455d1cbf
32 changed files with 73 additions and 75 deletions

View File

@ -42,7 +42,7 @@ forAllConstIter(HashTable<HashTable<word> >, cloudFields, cloudIter)
caseFile
<< setw(16) << "measured: 2"
<< fileName(dataMask/cloud::subInstance/cloudName/"positions").c_str()
<< fileName(dataMask/cloud::prefix/cloudName/"positions").c_str()
<< nl;
}
caseFile
@ -122,7 +122,7 @@ forAllConstIter(HashTable<HashTable<word> >, cloudFields, cloudIter)
ensightType,
fieldName,
dataMask,
cloud::subInstance/cloudName,
cloud::prefix/cloudName,
cloudNo,
2
);