Skip to content

Commit b9f5707

Browse files
committed
add small note about C datatypes
1 parent c81bd8a commit b9f5707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seiscope_opt_tb_wrapper/examples/rosenbrock.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"cell_type": "markdown",
108108
"metadata": {},
109109
"source": [
110-
"then, we set the dimension `n` of the minimization problem and the `flag` variable - responsible for the communication with the minimization routine. This last variable has to be set to `0` in order to perform the necessary initializations in Fortran land, specifically, an initialization routine inherent to each algorithm is called in the first call of the algorithm routine within the optimization loop. On the other hand, it is necessary to set some fields in the data structure `udf` of the `sotb` object. "
110+
"then, we set the dimension `n` of the minimization problem and the `flag` variable - responsible for the communication with the minimization routine. This last variable has to be set to `0` in order to perform the necessary initializations in Fortran land, specifically, an initialization routine inherent to each algorithm is called in the first call of the algorithm routine within the optimization loop. On the other hand, it is necessary to set some fields in the data structure `udf` of the `sotb` object. Note the use of C datatypes like `c_int`, `c_float`, etc."
111111
]
112112
},
113113
{

0 commit comments

Comments
 (0)