Skip to content

Commit

Permalink
MAINT: Minor formatting change
Browse files Browse the repository at this point in the history
  • Loading branch information
RuhiRG committed Aug 23, 2023
1 parent 30e7615 commit 2196bc2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ int main(int argc, char *argv[]) {
nList = nneigh::neighListO(cutoffRadius, &resCloud,
oxygenAtomType); // Calculate the neighborlist by ID
clump::clusterAnalysis(outDir, &solCloud, &resCloud, nList, &iceList,
cutoffRadius, targetFrame, "q6");
cutoffRadius, targetFrame, "q6");
rings = primitive::ringNetwork(
iceNeighbourList, maxDepth); // Gets every ring (non-primitives included)
tum3::topoUnitMatchingBulk(
Expand All @@ -450,16 +450,16 @@ int main(int argc, char *argv[]) {
sliceLowerLimits, sliceUpperLimits); // Get the frame
nList = nneigh::neighListO(cutoffRadius, &resCloud,
oxygenAtomType); // Calculate the neighborlist by ID
resCloud = clump::getCorrelPlus(&resCloud, nList, isSlice);
resCloud = clump::getCorrelPlus(&resCloud, nList, isSlice);
resCloud = clump::getIceTypePlus(&resCloud, nList, outDir, targetFrame, isSlice, chillPlus_noMod);
sout::writeDump(&resCloud, outDir, dumpChillP);
sout::writeDump(&resCloud, outDir, dumpChillP);
avgQ6 = chill::getq6(&resCloud, nList, isSlice);
resCloud = chill::reclassifyWater(&resCloud, avgQ6);
chill::printIceType(&resCloud, outDir, targetFrame, isSlice, chillPlus_mod);
sout::writeDump(&resCloud, outDir, dumpSupaaP);
sout::writeDump(&resCloud, outDir, dumpSupaaP);
clump::clusterAnalysis(outDir, &solCloud, &resCloud, nList, &iceList, cutoffRadius, targetFrame, "q6");
clump::recenterClusterCloud(&solCloud, &iceList);
sout::writeDump(&resCloud, outDir, largestClusterDump);
sout::writeDump(&resCloud, outDir, largestClusterDump);
}
}

Expand Down

0 comments on commit 2196bc2

Please sign in to comment.