We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac33d52 commit 8bab5abCopy full SHA for 8bab5ab
README.md
@@ -10,7 +10,7 @@ It supports the following syntax and features:
10
* parameter syntax:
11
* variable syntax: `%(...)`
12
* formula syntax: `@{...}`
13
- * comment char: `$`
+ * comment char: `C ` (note that it holds two chars)
14
* example input file:
15
```
16
Godiva-type critical reactor and kcode example
src/main/io/MCNP.ioplugin
@@ -3,7 +3,7 @@ variableLimit=(...)
3
formulaStartSymbol=@
4
formulaLimit={...}
5
6
-commentLineChar=$
+commentLineChar=C
7
8
datasetFilter=contains("(.*)","KCODE") || contains("(.*)","kcode")
9
0 commit comments