Skip to content

Commit 3c3075e

Browse files
wperkinsabhyshr
authored andcommitted
Apply pre-commmit fixes
1 parent 0ff9ad5 commit 3c3075e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

include/private/psimpl.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ struct _p_PS {
451451

452452
PSSystemSummary sys_info;
453453

454-
PetscBool read_load_cost; /* are individual load costs assigned? */
454+
PetscBool read_load_cost; /* are individual load costs assigned? */
455455

456456
PetscBool setupcalled; /* Is setup called on PS? */
457457

src/ps/psoutput.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ PetscErrorCode PSSaveSolution_MATPOWER(PS ps, const char outfile[]) {
250250
}
251251
fprintf(fd, "];\n");
252252
}
253-
253+
254254
/* Solution summary info */
255255
fprintf(fd, "\n%%%% summary data\n");
256256
fprintf(fd, "%ssummary_stats = [\n", prefix);

src/ps/psreaddata.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ PetscErrorCode PSReadMatPowerData(PS ps, const char netfile[]) {
824824
&Load[loadcosti].loss_cost);
825825
Load[loadcosti].loss_frac /= 100; /* Convert to fraction */
826826
loadcosti++;
827-
}
827+
}
828828

829829
/* Read generator fuel data */
830830
if (i >= genfuel_start_line && i < genfuel_end_line) {

0 commit comments

Comments
 (0)