Skip to content

Commit 2694dd1

Browse files
Merge pull request #225 from moosetechnology/pure-fortran
Initialize withSanityCheck to true
2 parents 497d915 + 0879426 commit 2694dd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/EsopeImporter/FortranProjectImporter.class.st

+1
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,7 @@ FortranProjectImporter >> initialize [
499499
super initialize.
500500

501501
withEsope := true.
502+
withSanityChecks := true.
502503

503504
errorHandler := FortranErrorManager new.
504505
errorHandler stopOnError: self stopOnError.

0 commit comments

Comments
 (0)