Skip to content

Commit 5b0e437

Browse files
committed
Documentation fix
1 parent 75ae440 commit 5b0e437

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

opm/simulators/flow/HybridNewton.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,8 @@ class BlackOilHybridNewton
363363
* output tensor. Scaling and transformations defined in the configuration
364364
* are applied automatically.
365365
*
366-
* \param input The input tensor of shape [n_cells x n_input_features].
366+
* \param input The input tensor of shape
367+
* [(# of scalar features) + (# of per-cell features × n_cells)].
367368
* \param config The HybridNewtonConfig specifying model path and output
368369
* feature definitions.
369370
* \return A tensor of shape [n_cells x n_output_features], where rows

0 commit comments

Comments
 (0)