Skip to content

Commit

Permalink
not sure why the file is not formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-haoze committed Feb 13, 2024
1 parent b030584 commit 6375ae3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/input_parsers/AcasNnet.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ class AcasNnet
double *ranges; // Array of the ranges used to scale the inputs and outputs
double ****matrix; // 4D jagged array that stores the weights and biases
// the neural network.
double *inputs; // Scratch array for inputs to the different layers
double *temp; // Scratch array for outputs of different layers
double *inputs; // Scratch array for inputs to the different layers
double *temp; // Scratch array for outputs of different layers
};

// Functions Implemented
Expand Down

0 comments on commit 6375ae3

Please sign in to comment.