mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-01 03:00:13 -04:00
Fix typo in example generator; see #657
This commit is contained in:
@@ -385,7 +385,7 @@ low_level_interface = [
|
||||
{
|
||||
"type": "custom_assignment",
|
||||
"variable_type": "AbstractState",
|
||||
"variable_name": "AS",
|
||||
"variable_name": "AS2",
|
||||
"RHS": {
|
||||
"type": "function",
|
||||
"function": "factory",
|
||||
@@ -410,7 +410,7 @@ low_level_interface = [
|
||||
},
|
||||
{
|
||||
"type": "class_dereference",
|
||||
"name": "AS",
|
||||
"name": "AS2",
|
||||
"RHS": {
|
||||
"type": "function",
|
||||
"function": "set_mole_fractions",
|
||||
@@ -422,7 +422,7 @@ low_level_interface = [
|
||||
},
|
||||
{
|
||||
"type": "class_dereference",
|
||||
"name": "AS",
|
||||
"name": "AS2",
|
||||
"RHS": {
|
||||
"type": "function",
|
||||
"function": "update",
|
||||
|
||||
Reference in New Issue
Block a user