Skip to content

Commit 91f9a71

Browse files
committed
Fixed misleading comment
1 parent 9a6ec5f commit 91f9a71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/fast++.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@ int phypp_main(int argc, char* argv[]) {
2020
// Initizalize the fitter
2121
fitter_t fitter(opts, input, gridder, output);
2222

23-
// Build/read the grid for this redshift
23+
// Build/read the grid and fit galaxies
2424
if (!gridder.build_and_send(fitter)) {
2525
return 1;
2626
}
2727

28+
// Compile results
2829
fitter.find_best_fits();
2930

3031
// Write output to disk

0 commit comments

Comments
 (0)