mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4285 Octave : Move creation of command line arguments to RimCalcScript
This commit is contained in:
@@ -33,6 +33,8 @@ public:
|
||||
RimCalcScript();
|
||||
~RimCalcScript() override;
|
||||
|
||||
static QStringList createCommandLineArguments(const QString& absoluteFileName);
|
||||
|
||||
caf::PdmField<QString> absoluteFileName;
|
||||
caf::PdmField<QString> content; // TODO: Obsolete field, can be deleted on next project file revision.
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user